Class MicrosoftGraphCurrencyColumn


  • public final class MicrosoftGraphCurrencyColumn
    extends Object
    currencyColumn.
    • Constructor Detail

      • MicrosoftGraphCurrencyColumn

        public MicrosoftGraphCurrencyColumn()
    • 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.