public class BulkResponseOperation extends ScimObjectNode
| Modifier and Type | Field and Description |
|---|---|
protected static List<HttpMethod> |
VALID_METHODS
these are the only http methods allowed by bulk
|
| Constructor and Description |
|---|
BulkResponseOperation() |
BulkResponseOperation(HttpMethod method,
String bulkId,
ETag version,
String location,
Integer status,
ErrorResponse response) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getBulkId()
The transient identifier of a newly created resource, unique within a bulk request and created by the
client.
|
Optional<String> |
getLocation()
The resource endpoint URL.
|
HttpMethod |
getMethod()
The HTTP method of the current operation.
|
Optional<ErrorResponse> |
getResponse()
The HTTP response body for the specified request operation.
|
Integer |
getStatus()
The HTTP response status code for the requested operation.
|
Optional<ETag> |
getVersion()
The version of the resource being returned.
|
void |
setBulkId(String bulkId)
The transient identifier of a newly created resource, unique within a bulk request and created by the
client.
|
void |
setLocation(String location)
The resource endpoint URL.
|
void |
setMethod(HttpMethod method)
The HTTP method of the current operation.
|
void |
setResponse(ErrorResponse response)
The HTTP response body for the specified request operation.
|
void |
setStatus(Integer status)
The HTTP response status code for the requested operation.
|
void |
setVersion(ETag version)
The version of the resource being returned.
|
void |
setVersion(String version)
The version of the resource being returned.
|
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 List<HttpMethod> VALID_METHODS
public BulkResponseOperation()
public BulkResponseOperation(HttpMethod method, String bulkId, ETag version, String location, Integer status, ErrorResponse response)
public HttpMethod getMethod()
public void setMethod(HttpMethod method)
public Optional<String> getBulkId()
public void setBulkId(String bulkId)
public Optional<ETag> getVersion()
public void setVersion(String version)
public void setVersion(ETag version)
public Optional<String> getLocation()
public void setLocation(String location)
public Integer getStatus()
public void setStatus(Integer status)
public Optional<ErrorResponse> getResponse()
public void setResponse(ErrorResponse response)
Copyright © 2020. All rights reserved.