public class BulkConfig extends ScimObjectNode
ServiceProvider object| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
DEFAULT_MAX_OPERATIONS
the default maximum number of operations is 1.
|
protected static Long |
DEFAULT_MAX_PAYLOAD_SIZE
the default maximum payload is set to 2MB
|
| Constructor and Description |
|---|
BulkConfig(Boolean supported,
Integer maxOperations,
Long maxPayloadSize) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxOperations()
An integer value specifying the maximum number of operations.
|
Long |
getMaxPayloadSize()
An integer value specifying the maximum payload size in bytes.
|
boolean |
isSupported()
A Boolean value specifying whether or not the operation is supported.
|
void |
setMaxOperations(Integer maxOperations)
An integer value specifying the maximum number of operations.
|
void |
setMaxPayloadSize(Long maxPayloadSize)
An integer value specifying the maximum payload size in bytes.
|
void |
setSupported(Boolean supported)
A Boolean value specifying whether or not the operation is supported.
|
addAttribute, getArrayAttribute, getBooleanAttribute, getDateTimeAttribute, getDoubleAttribute, getIntegerAttribute, getLongAttribute, getObjectAttribute, getSimpleArrayAttribute, getSimpleArrayAttribute, getSimpleArrayAttributeSet, getSimpleArrayAttributeSet, getStringAttribute, getStringAttribute, isEmpty, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeList, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setStringAttributeList, setStringAttributeList, toPrettyString, toString_at, _childrenEqual, _put, asToken, deepCopy, elements, equals, equals, fieldNames, fields, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, isEmpty, isObject, path, path, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putArray, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, replace, required, retain, retain, serialize, serializeWithType, set, setAll, setAll, size, with, withArray, without, withoutarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, required, traverse, traverse_reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, require, requiredAt, requiredAt, requireNonNull, shortValue, textValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributeDescription, getAttributeName, getCanonicalValues, getMutability, getReferenceTypes, getReturned, getSchemaAttribute, getScimNodeName, getUniqueness, getValueType, isCaseExact, isMultiValued, isRequiredforEach, spliteratorprotected static final Integer DEFAULT_MAX_OPERATIONS
protected static final Long DEFAULT_MAX_PAYLOAD_SIZE
public boolean isSupported()
public void setSupported(Boolean supported)
public Integer getMaxOperations()
public void setMaxOperations(Integer maxOperations)
public Long getMaxPayloadSize()
public void setMaxPayloadSize(Long maxPayloadSize)
Copyright © 2020. All rights reserved.