Class MicrosoftGraphCurrencyColumn
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCurrencyColumn
currencyColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphCurrencyColumn class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: currencyColumn.locale()Get the locale property: Specifies the locale from which to infer the currency symbol.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: currencyColumn.withLocale(String locale) Set the locale property: Specifies the locale from which to infer the currency symbol.
-
Constructor Details
-
MicrosoftGraphCurrencyColumn
public MicrosoftGraphCurrencyColumn()Creates an instance of MicrosoftGraphCurrencyColumn class.
-
-
Method Details
-
locale
Get the locale property: Specifies the locale from which to infer the currency symbol.- Returns:
- the locale value.
-
withLocale
Set the locale property: Specifies the locale from which to infer the currency symbol.- Parameters:
locale- the locale value to set.- Returns:
- the MicrosoftGraphCurrencyColumn object itself.
-
additionalProperties
Get the additionalProperties property: currencyColumn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphCurrencyColumn withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: currencyColumn.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphCurrencyColumn object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-