Class MicrosoftGraphMultiValueLegacyExtendedProperty
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMultiValueLegacyExtendedProperty
-
public final class MicrosoftGraphMultiValueLegacyExtendedProperty extends MicrosoftGraphEntity
multiValueLegacyExtendedProperty.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphMultiValueLegacyExtendedProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
value
public List<String> value()
Get the value property: A collection of property values.- Returns:
- the value value.
-
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.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: multiValueLegacyExtendedProperty.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphMultiValueLegacyExtendedProperty withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: multiValueLegacyExtendedProperty.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- 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:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-