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