|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.FilterConfig
public class FilterConfig
A complex type that specifies FILTER configuration options.
| Field Summary | |
|---|---|
static AttributeValueResolver<FilterConfig> |
FILTER_CONFIG_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from FilterConfig instances. |
| Constructor Summary | |
|---|---|
FilterConfig(boolean supported,
long maxResults)
Create a FilterConfig instance. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AttributeValueResolver<FilterConfig> FILTER_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from FilterConfig instances.
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public boolean isSupported()
true if the FILTER operation is supported.public long getMaxResults()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||