Class ThousandSeparatorOptions

    • Method Detail

      • visibility

        public final Visibility visibility()

        Determines the visibility of the thousands separator.

        If the service returns an enum value that is not available in the current SDK version, visibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from visibilityAsString().

        Returns:
        Determines the visibility of the thousands separator.
        See Also:
        Visibility
      • visibilityAsString

        public final String visibilityAsString()

        Determines the visibility of the thousands separator.

        If the service returns an enum value that is not available in the current SDK version, visibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from visibilityAsString().

        Returns:
        Determines the visibility of the thousands separator.
        See Also:
        Visibility
      • groupingStyle

        public final DigitGroupingStyle groupingStyle()

        Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

        If the service returns an enum value that is not available in the current SDK version, groupingStyle will return DigitGroupingStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupingStyleAsString().

        Returns:
        Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
        See Also:
        DigitGroupingStyle
      • groupingStyleAsString

        public final String groupingStyleAsString()

        Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

        If the service returns an enum value that is not available in the current SDK version, groupingStyle will return DigitGroupingStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupingStyleAsString().

        Returns:
        Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
        See Also:
        DigitGroupingStyle
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)