共用方式為


MicrosoftGraphColumnLink Class

public final class MicrosoftGraphColumnLink
extends MicrosoftGraphEntity

columnLink.

Constructor Summary

Constructor Description
MicrosoftGraphColumnLink()

Creates an instance of MicrosoftGraphColumnLink class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: columnLink.

static MicrosoftGraphColumnLink fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphColumnLink from the JsonReader.

String name()

Get the name property: The name of the column in this content type.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphColumnLink withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: columnLink.

MicrosoftGraphColumnLink withId(String id)

Set the id property: Read-only.

MicrosoftGraphColumnLink 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

public MicrosoftGraphColumnLink()

Creates an instance of MicrosoftGraphColumnLink class.

Method Details

public Map additionalProperties()

Get the additionalProperties property: columnLink.

Overrides:

MicrosoftGraphColumnLink.additionalProperties()

Returns:

the additionalProperties value.

public static MicrosoftGraphColumnLink fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphColumnLink from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphColumnLink if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphColumnLink.

public String name()

Get the name property: The name of the column in this content type.

Returns:

the name value.

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphColumnLink.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphColumnLink.validate()

public MicrosoftGraphColumnLink withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: columnLink.

Overrides:

MicrosoftGraphColumnLink.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphColumnLink object itself.

public MicrosoftGraphColumnLink withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphColumnLink.withId(String id)

Parameters:

id

public MicrosoftGraphColumnLink withName(String name)

Set the name property: The name of the column in this content type.

Parameters:

name - the name value to set.

Returns:

the MicrosoftGraphColumnLink object itself.

Applies to