Class PivotTableSortBy

    • Method Detail

      • field

        public final FieldSort field()

        The field sort (field id, direction) for the pivot table sort by options.

        Returns:
        The field sort (field id, direction) for the pivot table sort by options.
      • column

        public final ColumnSort column()

        The column sort (field id, direction) for the pivot table sort by options.

        Returns:
        The column sort (field id, direction) for the pivot table sort by options.
      • dataPath

        public final DataPathSort dataPath()

        The data path sort (data path value, direction) for the pivot table sort by options.

        Returns:
        The data path sort (data path value, direction) for the pivot table sort by options.
      • 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)