MicrosoftGraphMultiValueLegacyExtendedProperty Class

public final class MicrosoftGraphMultiValueLegacyExtendedProperty
extends MicrosoftGraphEntity

multiValueLegacyExtendedProperty.

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.

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 additionalProperties()

Get the additionalProperties property: multiValueLegacyExtendedProperty.

Overrides:

MicrosoftGraphMultiValueLegacyExtendedProperty.additionalProperties()

Returns:

the additionalProperties value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphMultiValueLegacyExtendedProperty.validate()

value

public List value()

Get the value property: A collection of property values.

Returns:

the value value.

withAdditionalProperties

public MicrosoftGraphMultiValueLegacyExtendedProperty withAdditionalProperties(Map 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 value)

Set the value property: A collection of property values.

Parameters:

value - the value value to set.

Returns:

the MicrosoftGraphMultiValueLegacyExtendedProperty object itself.

Applies to