Share via


MicrosoftGraphMultiValueLegacyExtendedProperty Class

public final class MicrosoftGraphMultiValueLegacyExtendedProperty
extends MicrosoftGraphEntity

Represents a multi value legacy extended property.

Constructor Summary

Constructor Description
MicrosoftGraphMultiValueLegacyExtendedProperty()

Creates an instance of MicrosoftGraphMultiValueLegacyExtendedProperty class.

Method Summary

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

Get the additionalProperties property: multiValueLegacyExtendedProperty.

static MicrosoftGraphMultiValueLegacyExtendedProperty fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphMultiValueLegacyExtendedProperty from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<String> value()

Get the value property: A collection of property values.

MicrosoftGraphMultiValueLegacyExtendedProperty withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: multiValueLegacyExtendedProperty.

MicrosoftGraphMultiValueLegacyExtendedProperty withId(String id)

Set the id property: Read-only.

MicrosoftGraphMultiValueLegacyExtendedProperty withValue(List<String> value)

Set the value property: A collection of property values.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphMultiValueLegacyExtendedProperty

public MicrosoftGraphMultiValueLegacyExtendedProperty()

Creates an instance of MicrosoftGraphMultiValueLegacyExtendedProperty class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: multiValueLegacyExtendedProperty.

Overrides:

MicrosoftGraphMultiValueLegacyExtendedProperty.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphMultiValueLegacyExtendedProperty fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphMultiValueLegacyExtendedProperty from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphMultiValueLegacyExtendedProperty 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 MicrosoftGraphMultiValueLegacyExtendedProperty.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphMultiValueLegacyExtendedProperty.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphMultiValueLegacyExtendedProperty.validate()

value

public List<String> value()

Get the value property: A collection of property values.

Returns:

the value value.

withAdditionalProperties

public MicrosoftGraphMultiValueLegacyExtendedProperty withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: multiValueLegacyExtendedProperty.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphMultiValueLegacyExtendedProperty object itself.

withId

public MicrosoftGraphMultiValueLegacyExtendedProperty withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphMultiValueLegacyExtendedProperty.withId(String id)

Parameters:

id

withValue

public MicrosoftGraphMultiValueLegacyExtendedProperty withValue(List<String> value)

Set the value property: A collection of property values.

Parameters:

value - the value value to set.

Returns:

the MicrosoftGraphMultiValueLegacyExtendedProperty object itself.

Applies to