MicrosoftGraphColumnLink Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphColumnLink
- com.
- com.
public final class MicrosoftGraphColumnLink
extends MicrosoftGraphEntity
columnLink.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphColumnLink() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
name()
Get the name property: The name of the column in this content type. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withName(String name)
Set the name property: The name of the column in this content type. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphColumnLink
public MicrosoftGraphColumnLink()
Creates an instance of MicrosoftGraphColumnLink class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: columnLink.
Overrides:
MicrosoftGraphColumnLink.additionalProperties()Returns:
fromJson
public static MicrosoftGraphColumnLink fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphColumnLink from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the column in this content type.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphColumnLink.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphColumnLink.validate()withAdditionalProperties
public MicrosoftGraphColumnLink withAdditionalProperties(Map
Set the additionalProperties property: columnLink.
Overrides:
MicrosoftGraphColumnLink.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphColumnLink withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphColumnLink.withId(String id)Parameters:
withName
public MicrosoftGraphColumnLink withName(String name)
Set the name property: The name of the column in this content type.
Parameters:
Returns: