Class MicrosoftGraphSettingSource

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

public final class MicrosoftGraphSettingSource extends Object
settingSource.
  • Constructor Details

    • MicrosoftGraphSettingSource

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

    • displayName

      public String displayName()
      Get the displayName property: Not yet documented.
      Returns:
      the displayName value.
    • withDisplayName

      public MicrosoftGraphSettingSource withDisplayName(String displayName)
      Set the displayName property: Not yet documented.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the MicrosoftGraphSettingSource object itself.
    • id

      public String id()
      Get the id property: Not yet documented.
      Returns:
      the id value.
    • withId

      public MicrosoftGraphSettingSource withId(String id)
      Set the id property: Not yet documented.
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphSettingSource object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: settingSource.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphSettingSource withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: settingSource.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphSettingSource object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.