MicrosoftGraphSettingSource Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSettingSource
- com.
Implements
public final class MicrosoftGraphSettingSource
implements JsonSerializable<MicrosoftGraphSettingSource>
Represents a setting source.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphSettingSource() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
displayName()
Get the display |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
id()
Get the id property: Not yet documented. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withDisplayName(String displayName)
Set the display |
|
Microsoft |
withId(String id)
Set the id property: Not yet documented. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSettingSource
public MicrosoftGraphSettingSource()
Creates an instance of MicrosoftGraphSettingSource class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: settingSource.
Returns:
displayName
public String displayName()
Get the displayName property: Not yet documented.
Returns:
fromJson
public static MicrosoftGraphSettingSource fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSettingSource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Not yet documented.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSettingSource withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: settingSource.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphSettingSource withDisplayName(String displayName)
Set the displayName property: Not yet documented.
Parameters:
Returns:
withId
public MicrosoftGraphSettingSource withId(String id)
Set the id property: Not yet documented.
Parameters:
Returns: