Class MicrosoftGraphCurrencyColumn

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCurrencyColumn

public final class MicrosoftGraphCurrencyColumn extends Object
currencyColumn.
  • Constructor Details

    • MicrosoftGraphCurrencyColumn

      public MicrosoftGraphCurrencyColumn()
      Creates an instance of MicrosoftGraphCurrencyColumn class.
  • Method Details

    • 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.