MicrosoftGraphSingleValueLegacyExtendedProperty Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSingleValueLegacyExtendedProperty
- com.
- com.
public final class MicrosoftGraphSingleValueLegacyExtendedProperty
extends MicrosoftGraphEntity
singleValueLegacyExtendedProperty.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSingleValueLegacyExtendedProperty() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: A property value. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
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
Get the additionalProperties property: singleValueLegacyExtendedProperty.
Overrides:
MicrosoftGraphSingleValueLegacyExtendedProperty.additionalProperties()Returns:
fromJson
public static MicrosoftGraphSingleValueLegacyExtendedProperty fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSingleValueLegacyExtendedProperty from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphSingleValueLegacyExtendedProperty.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphSingleValueLegacyExtendedProperty.validate()value
public String value()
Get the value property: A property value.
Returns:
withAdditionalProperties
public MicrosoftGraphSingleValueLegacyExtendedProperty withAdditionalProperties(Map
Set the additionalProperties property: singleValueLegacyExtendedProperty.
Overrides:
MicrosoftGraphSingleValueLegacyExtendedProperty.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphSingleValueLegacyExtendedProperty withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphSingleValueLegacyExtendedProperty.withId(String id)Parameters:
withValue
public MicrosoftGraphSingleValueLegacyExtendedProperty withValue(String value)
Set the value property: A property value.
Parameters:
Returns:
Applies to
Azure SDK for Java