Class MicrosoftGraphSingleValueLegacyExtendedProperty
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSingleValueLegacyExtendedProperty
-
public final class MicrosoftGraphSingleValueLegacyExtendedProperty extends MicrosoftGraphEntity
singleValueLegacyExtendedProperty.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSingleValueLegacyExtendedProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
value
public String value()
Get the value property: A property value.- Returns:
- the value value.
-
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.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: singleValueLegacyExtendedProperty.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSingleValueLegacyExtendedProperty withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: singleValueLegacyExtendedProperty.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- 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:
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.
-
-