com.unboundid.scim.data
Class SortConfig
java.lang.Object
com.unboundid.scim.data.SortConfig
public class SortConfig
- extends Object
A complex type that specifies SORT configuration options.
|
Constructor Summary |
SortConfig(boolean supported)
Create a SortConfig instance. |
SORT_CONFIG_RESOLVER
public static final AttributeValueResolver<SortConfig> SORT_CONFIG_RESOLVER
- The
AttributeValueResolver that resolves SCIM attribute values
to/from SortConfig instances.
SortConfig
public SortConfig(boolean supported)
- Create a
SortConfig instance.
- Parameters:
supported - Specifies whether sorting is supported.
isSupported
public boolean isSupported()
- Indicates whether sorting is supported.
- Returns:
true if sorting is supported.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2012 UnboundID. All Rights Reserved.