Class TableColumn

    • Method Detail

      • tableColumnId

        public final String tableColumnId()

        The id of the column in the table.

        Returns:
        The id of the column in the table.
      • tableColumnName

        public final String tableColumnName()

        The name of the column in the table.

        Returns:
        The name of the column in the table.
      • format

        public final Format format()

        The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

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

        Returns:
        The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
        See Also:
        Format
      • formatAsString

        public final String formatAsString()

        The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

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

        Returns:
        The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
        See Also:
        Format
      • 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)