Class MicrosoftGraphSettingValue
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingValue
settingValue.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSettingValue class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: settingValue.name()Get the name property: Name of the setting (as defined by the groupSettingTemplate).voidvalidate()Validates the instance.value()Get the value property: Value of the setting.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: settingValue.Set the name property: Name of the setting (as defined by the groupSettingTemplate).Set the value property: Value of the setting.
-
Constructor Details
-
MicrosoftGraphSettingValue
public MicrosoftGraphSettingValue()Creates an instance of MicrosoftGraphSettingValue class.
-
-
Method Details
-
name
Get the name property: Name of the setting (as defined by the groupSettingTemplate).- Returns:
- the name value.
-
withName
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
Get the value property: Value of the setting.- Returns:
- the value value.
-
withValue
Set the value property: Value of the setting.- Parameters:
value- the value value to set.- Returns:
- the MicrosoftGraphSettingValue object itself.
-
additionalProperties
Get the additionalProperties property: settingValue.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-