MicrosoftGraphSettingValue Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSettingValue
- com.
Implements
public final class MicrosoftGraphSettingValue
implements JsonSerializable<MicrosoftGraphSettingValue>
settingValue.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSettingValue() |
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 |
String |
name()
Get the name property: Name of the setting (as defined by the group |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Value of the setting. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withName(String name)
Set the name property: Name of the setting (as defined by the group |
Microsoft |
withValue(String value)
Set the value property: Value of the setting. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSettingValue
public MicrosoftGraphSettingValue()
Creates an instance of MicrosoftGraphSettingValue class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: settingValue.
Returns:
fromJson
public static MicrosoftGraphSettingValue fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSettingValue from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the setting (as defined by the groupSettingTemplate).
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Value of the setting.
Returns:
withAdditionalProperties
public MicrosoftGraphSettingValue withAdditionalProperties(Map
Set the additionalProperties property: settingValue.
Parameters:
Returns:
withName
public MicrosoftGraphSettingValue withName(String name)
Set the name property: Name of the setting (as defined by the groupSettingTemplate).
Parameters:
Returns:
withValue
public MicrosoftGraphSettingValue withValue(String value)
Set the value property: Value of the setting.
Parameters:
Returns:
Applies to
Azure SDK for Java