public class BulkConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<BulkConfig> |
BULK_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances. |
| Constructor and Description |
|---|
BulkConfig(boolean supported,
long maxOperations,
long maxPayloadSize)
Create a
BulkConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final AttributeValueResolver<BulkConfig> BULK_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances.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.public boolean isSupported()
true if the PATCH operation is supported.public long getMaxOperations()
public long getMaxPayloadSize()
Copyright © 2011–2016 UnboundID. All rights reserved.