public class FilterConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<FilterConfig> |
FILTER_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from FilterConfig instances. |
| Constructor and Description |
|---|
FilterConfig(boolean supported,
long maxResults)
Create a
FilterConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getMaxResults()
Retrieves the maximum number of resources returned in a response.
|
int |
hashCode() |
boolean |
isSupported()
Indicates whether the FILTER operation is supported.
|
String |
toString() |
public static final AttributeValueResolver<FilterConfig> FILTER_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from FilterConfig instances.public FilterConfig(boolean supported, long maxResults)
FilterConfig instance.supported - Specifies whether the FILTER operation is supported.maxResults - Specifies the maximum number of resources returned in
a response.public boolean isSupported()
true if the FILTER operation is supported.public long getMaxResults()
Copyright © 2011–2016 UnboundID. All rights reserved.