Class MicrosoftGraphCurrencyColumn
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCurrencyColumn
-
public final class MicrosoftGraphCurrencyColumn extends Object
currencyColumn.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphCurrencyColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: currencyColumn.Stringlocale()Get the locale property: Specifies the locale from which to infer the currency symbol.voidvalidate()Validates the instance.MicrosoftGraphCurrencyColumnwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: currencyColumn.MicrosoftGraphCurrencyColumnwithLocale(String locale)Set the locale property: Specifies the locale from which to infer the currency symbol.
-
-
-
Method Detail
-
locale
public String locale()
Get the locale property: Specifies the locale from which to infer the currency symbol.- Returns:
- the locale value.
-
withLocale
public MicrosoftGraphCurrencyColumn withLocale(String locale)
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
public Map<String,Object> 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.
-
-