com.unboundid.scim.data
Class FilterConfig

java.lang.Object
  extended by com.unboundid.scim.data.FilterConfig

public class FilterConfig
extends Object

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

FILTER_CONFIG_RESOLVER

public static final AttributeValueResolver<FilterConfig> FILTER_CONFIG_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values to/from FilterConfig instances.

Constructor Detail

FilterConfig

public FilterConfig(boolean supported,
                    long maxResults)
Create a FilterConfig instance.

Parameters:
supported - Specifies whether the FILTER operation is supported.
maxResults - Specifies the maximum number of resources returned in a response.
Method Detail

isSupported

public boolean isSupported()
Indicates whether the FILTER operation is supported.

Returns:
true if the FILTER operation is supported.

getMaxResults

public long getMaxResults()
Retrieves the maximum number of resources returned in a response.

Returns:
The maximum number of resources returned in a response.

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.