Class MicrosoftGraphSettingValue
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingValue
-
public final class MicrosoftGraphSettingValue extends Object
settingValue.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSettingValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: settingValue.String
name()
Get the name property: Name of the setting (as defined by the groupSettingTemplate).void
validate()
Validates the instance.String
value()
Get the value property: Value of the setting.MicrosoftGraphSettingValue
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: settingValue.MicrosoftGraphSettingValue
withName(String name)
Set the name property: Name of the setting (as defined by the groupSettingTemplate).MicrosoftGraphSettingValue
withValue(String value)
Set the value property: Value of the setting.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the setting (as defined by the groupSettingTemplate).- Returns:
- the name value.
-
withName
public MicrosoftGraphSettingValue withName(String name)
Set the name property: Name of the setting (as defined by the groupSettingTemplate).- Parameters:
name
- the name value to set.- Returns:
- the MicrosoftGraphSettingValue object itself.
-
value
public String value()
Get the value property: Value of the setting.- Returns:
- the value value.
-
withValue
public MicrosoftGraphSettingValue withValue(String value)
Set the value property: Value of the setting.- Parameters:
value
- the value value to set.- Returns:
- the MicrosoftGraphSettingValue object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: settingValue.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSettingValue withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: settingValue.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphSettingValue object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-