Class MicrosoftGraphSettingSource
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingSource
-
public final class MicrosoftGraphSettingSource extends Object
settingSource.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSettingSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: settingSource.String
displayName()
Get the displayName property: Not yet documented.String
id()
Get the id property: Not yet documented.void
validate()
Validates the instance.MicrosoftGraphSettingSource
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: settingSource.MicrosoftGraphSettingSource
withDisplayName(String displayName)
Set the displayName property: Not yet documented.MicrosoftGraphSettingSource
withId(String id)
Set the id property: Not yet documented.
-
-
-
Method Detail
-
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.
-
-