MicrosoftGraphCurrencyColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphCurrencyColumn
- com.
Implements
public final class MicrosoftGraphCurrencyColumn
implements JsonSerializable<MicrosoftGraphCurrencyColumn>
currencyColumn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphCurrencyColumn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
locale()
Get the locale property: Specifies the locale from which to infer the currency symbol. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withLocale(String locale)
Set the locale property: Specifies the locale from which to infer the currency symbol. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphCurrencyColumn
public MicrosoftGraphCurrencyColumn()
Creates an instance of MicrosoftGraphCurrencyColumn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: currencyColumn.
Returns:
fromJson
public static MicrosoftGraphCurrencyColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphCurrencyColumn from the JsonReader.
Parameters:
Returns:
Throws:
locale
public String locale()
Get the locale property: Specifies the locale from which to infer the currency symbol.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphCurrencyColumn withAdditionalProperties(Map
Set the additionalProperties property: currencyColumn.
Parameters:
Returns:
withLocale
public MicrosoftGraphCurrencyColumn withLocale(String locale)
Set the locale property: Specifies the locale from which to infer the currency symbol.
Parameters:
Returns:
Applies to
Azure SDK for Java