MicrosoftGraphSettingValue Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingValue

public final class MicrosoftGraphSettingValue

settingValue.

Constructor Summary

Constructor Description
MicrosoftGraphSettingValue()

Creates an instance of MicrosoftGraphSettingValue class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: settingValue.

String name()

Get the name property: Name of the setting (as defined by the groupSettingTemplate).

void validate()

Validates the instance.

String value()

Get the value property: Value of the setting.

MicrosoftGraphSettingValue withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: settingValue.

MicrosoftGraphSettingValue withName(String name)

Set the name property: Name of the setting (as defined by the groupSettingTemplate).

MicrosoftGraphSettingValue withValue(String value)

Set the value property: Value of the setting.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphSettingValue

public MicrosoftGraphSettingValue()

Creates an instance of MicrosoftGraphSettingValue class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: settingValue.

Returns:

the additionalProperties value.

name

public String name()

Get the name property: Name of the setting (as defined by the groupSettingTemplate).

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Value of the setting.

Returns:

the value value.

withAdditionalProperties

public MicrosoftGraphSettingValue withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: settingValue.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSettingValue object itself.

withName

public MicrosoftGraphSettingValue withName(String name)

Set the name property: Name of the setting (as defined by the groupSettingTemplate).

Parameters:

name - the name value to set.

Returns:

the MicrosoftGraphSettingValue object itself.

withValue

public MicrosoftGraphSettingValue withValue(String value)

Set the value property: Value of the setting.

Parameters:

value - the value value to set.

Returns:

the MicrosoftGraphSettingValue object itself.

Applies to