Class OrderingType

All Implemented Interfaces:
DavConstants, OrderingConstants, DavProperty<String[]>, PropEntry, XmlSerializable

public class OrderingType extends HrefProperty implements OrderingConstants
OrderingType represents the DAV:ordering-type property as defined by RFC 3648. This property is protected cannot be set using PROPPATCH. Its value may only be set by including the Ordering-Type header with a MKCOL request or by submitting an ORDERPATCH request.
See Also:
  • Constructor Details

    • OrderingType

      public OrderingType()
      Creates a OrderingType with the default type (e.g. default value). The default value is specified to be OrderingConstants.ORDERING_TYPE_UNORDERED.
    • OrderingType

      public OrderingType(String href)
      Create an OrderingType with the given ordering.
      NOTE: the ordering-type property is defined to be protected.
      Parameters:
      href -
      See Also: