Enum Class Overview.OrderBy

java.lang.Object
java.lang.Enum<Overview.OrderBy>
com.gentics.contentnode.rest.model.Overview.OrderBy
All Implemented Interfaces:
Serializable, Comparable<Overview.OrderBy>, java.lang.constant.Constable
Enclosing class:
Overview

public static enum Overview.OrderBy extends Enum<Overview.OrderBy>
Enumeration for the 'order by' setting
  • Enum Constant Details

    • ALPHABETICALLY

      public static final Overview.OrderBy ALPHABETICALLY
      Listed objects are sorted by name
    • PRIORITY

      public static final Overview.OrderBy PRIORITY
      Listed objects are sorted by priority (only if listType is PAGE)
    • PDATE

      public static final Overview.OrderBy PDATE
      Listed objects are sorted by publish date (only if listType is PAGE)
    • EDATE

      public static final Overview.OrderBy EDATE
      Listed objects are sorted by edit date
    • CDATE

      public static final Overview.OrderBy CDATE
      Listed objects are sorted by creation date
    • FILESIZE

      public static final Overview.OrderBy FILESIZE
      Listed objects are sorted by file size (only if listType is FILE or IMAGE)
    • SELF

      public static final Overview.OrderBy SELF
      Listed objects are sorted manually
    • UNDEFINED

      public static final Overview.OrderBy UNDEFINED
      Overview is not defined
  • Method Details

    • values

      public static Overview.OrderBy[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Overview.OrderBy valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null