Class SortConfig

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.TreeNode, com.fasterxml.jackson.databind.JsonSerializable, com.fasterxml.jackson.databind.node.JsonNodeCreator, ScimNode, Serializable, Iterable<com.fasterxml.jackson.databind.JsonNode>

    public class SortConfig
    extends ScimObjectNode
    author Pascal Knueppel
    created at: 18.10.2019 - 11:12

    A complex type that specifies Sort configuration options. REQUIRED.
    See Also:
    Serialized Form
    • Constructor Detail

      • SortConfig

        public SortConfig​(Boolean supported)
    • Method Detail

      • isSupported

        public boolean isSupported()
        A Boolean value specifying whether or not the operation is supported. REQUIRED.
      • setSupported

        public void setSupported​(Boolean supported)
        A Boolean value specifying whether or not the operation is supported. REQUIRED.