Class MicrosoftGraphSettingValue

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingValue

public final class MicrosoftGraphSettingValue extends Object
settingValue.
  • Constructor Details

    • MicrosoftGraphSettingValue

      public MicrosoftGraphSettingValue()
      Creates an instance of MicrosoftGraphSettingValue class.
  • Method Details

    • 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.