Class MicrosoftGraphSettingSource
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingSource
settingSource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSettingSource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: settingSource.Get the displayName property: Not yet documented.id()Get the id property: Not yet documented.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: settingSource.withDisplayName(String displayName) Set the displayName property: Not yet documented.Set the id property: Not yet documented.
-
Constructor Details
-
MicrosoftGraphSettingSource
public MicrosoftGraphSettingSource()Creates an instance of MicrosoftGraphSettingSource class.
-
-
Method Details
-
displayName
Get the displayName property: Not yet documented.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Not yet documented.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphSettingSource object itself.
-
id
Get the id property: Not yet documented.- Returns:
- the id value.
-
withId
Set the id property: Not yet documented.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphSettingSource object itself.
-
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.
-