public class SortConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<SortConfig> |
SORT_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from SortConfig instances. |
| Constructor and Description |
|---|
SortConfig(boolean supported)
Create a
SortConfig instance. |
public static final AttributeValueResolver<SortConfig> SORT_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from SortConfig instances.public SortConfig(boolean supported)
SortConfig instance.supported - Specifies whether sorting is supported.public boolean isSupported()
true if sorting is supported.Copyright © 2011–2016 UnboundID. All rights reserved.