MicrosoftGraphGroupSetting Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphGroupSetting
- com.
- com.
public final class MicrosoftGraphGroupSetting
extends MicrosoftGraphEntity
groupSetting.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphGroupSetting() |
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 |
templateId()
Get the template |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Microsoft |
values()
Get the values property: Collection of name value pairs. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withTemplateId(String templateId)
Set the template |
Microsoft |
withValues(List<MicrosoftGraphSettingValue> values)
Set the values property: Collection of name value pairs. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphGroupSetting
public MicrosoftGraphGroupSetting()
Creates an instance of MicrosoftGraphGroupSetting class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: groupSetting.
Overrides:
MicrosoftGraphGroupSetting.additionalProperties()Returns:
displayName
public String displayName()
Get the displayName property: Display name of this group of settings, which comes from the associated template.
Returns:
fromJson
public static MicrosoftGraphGroupSetting fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphGroupSetting from the JsonReader.
Parameters:
Returns:
Throws:
templateId
public String templateId()
Get the templateId property: Unique identifier for the template used to create this group of settings. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphGroupSetting.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphGroupSetting.validate()values
public List
Get the values property: Collection of name value pairs. Must contain and set all the settings defined in the template.
Returns:
withAdditionalProperties
public MicrosoftGraphGroupSetting withAdditionalProperties(Map
Set the additionalProperties property: groupSetting.
Overrides:
MicrosoftGraphGroupSetting.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withDisplayName
public MicrosoftGraphGroupSetting withDisplayName(String displayName)
Set the displayName property: Display name of this group of settings, which comes from the associated template.
Parameters:
Returns:
withId
public MicrosoftGraphGroupSetting withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphGroupSetting.withId(String id)Parameters:
withTemplateId
public MicrosoftGraphGroupSetting withTemplateId(String templateId)
Set the templateId property: Unique identifier for the template used to create this group of settings. Read-only.
Parameters:
Returns:
withValues
public MicrosoftGraphGroupSetting withValues(List
Set the values property: Collection of name value pairs. Must contain and set all the settings defined in the template.
Parameters:
Returns:
Applies to
Azure SDK for Java