MicrosoftGraphSingleValueLegacyExtendedProperty Class

public final class MicrosoftGraphSingleValueLegacyExtendedProperty
extends MicrosoftGraphEntity

singleValueLegacyExtendedProperty.

Constructor Summary

Constructor Description
MicrosoftGraphSingleValueLegacyExtendedProperty()

Creates an instance of MicrosoftGraphSingleValueLegacyExtendedProperty class.

Method Summary

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

Get the additionalProperties property: singleValueLegacyExtendedProperty.

void validate()

Validates the instance.

String value()

Get the value property: A property value.

MicrosoftGraphSingleValueLegacyExtendedProperty withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: singleValueLegacyExtendedProperty.

MicrosoftGraphSingleValueLegacyExtendedProperty withId(String id)

Set the id property: Read-only.

MicrosoftGraphSingleValueLegacyExtendedProperty withValue(String value)

Set the value property: A property value.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphSingleValueLegacyExtendedProperty

public MicrosoftGraphSingleValueLegacyExtendedProperty()

Creates an instance of MicrosoftGraphSingleValueLegacyExtendedProperty class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: singleValueLegacyExtendedProperty.

Overrides:

MicrosoftGraphSingleValueLegacyExtendedProperty.additionalProperties()

Returns:

the additionalProperties value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphSingleValueLegacyExtendedProperty.validate()

value

public String value()

Get the value property: A property value.

Returns:

the value value.

withAdditionalProperties

public MicrosoftGraphSingleValueLegacyExtendedProperty withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: singleValueLegacyExtendedProperty.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSingleValueLegacyExtendedProperty object itself.

withId

public MicrosoftGraphSingleValueLegacyExtendedProperty withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphSingleValueLegacyExtendedProperty.withId(String id)

Parameters:

id

withValue

public MicrosoftGraphSingleValueLegacyExtendedProperty withValue(String value)

Set the value property: A property value.

Parameters:

value - the value value to set.

Returns:

the MicrosoftGraphSingleValueLegacyExtendedProperty object itself.

Applies to