|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.BulkConfig
public class BulkConfig
A complex type that specifies BULK configuration options.
| Field Summary | |
|---|---|
static AttributeValueResolver<BulkConfig> |
BULK_CONFIG_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances. |
| Constructor Summary | |
|---|---|
BulkConfig(boolean supported,
long maxOperations,
long maxPayloadSize)
Create a BulkConfig instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
long |
getMaxOperations()
Retrieves the maximum number of operations. |
long |
getMaxPayloadSize()
Retrieves the maximum payload size in bytes. |
int |
hashCode()
|
boolean |
isSupported()
Indicates whether the PATCH 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<BulkConfig> BULK_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances.
| Constructor Detail |
|---|
public BulkConfig(boolean supported,
long maxOperations,
long maxPayloadSize)
BulkConfig instance.
supported - Specifies whether the BULK operation is supported.maxOperations - Specifies the maximum number of operations.maxPayloadSize - Specifies the maximum payload size in bytes.| Method Detail |
|---|
public boolean isSupported()
true if the PATCH operation is supported.public long getMaxOperations()
public long getMaxPayloadSize()
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 | |||||||||