com.unboundid.scim.sdk
Class SCIMBackendConfig
java.lang.Object
com.unboundid.scim.sdk.SCIMBackendConfig
public class SCIMBackendConfig
- extends Object
This class contains mutable configuration settings for a SCIM Backend.
|
Method Summary |
int |
getMaxResults()
Retrieve the maximum number of resources that are returned in a response. |
void |
setMaxResults(int maxResults)
Specify the maximum number of resources that are returned in a response. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCIMBackendConfig
public SCIMBackendConfig()
getMaxResults
public int getMaxResults()
- Retrieve the maximum number of resources that are returned in a response.
- Returns:
- The maximum number of resources that are returned in a response.
setMaxResults
public void setMaxResults(int maxResults)
- Specify the maximum number of resources that are returned in a response.
- Parameters:
maxResults - The maximum number of resources that are returned in
a response.
Copyright © 2011-2012 UnboundID. All Rights Reserved.