public class ListResponse<T extends ScimObjectNode> extends ScimResponse
| Constructor and Description |
|---|
ListResponse() |
ListResponse(List<com.fasterxml.jackson.databind.JsonNode> listedResources,
Long totalResults,
Integer itemsPerPage,
Long startIndex) |
ListResponse(String resourceJsonRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatus()
the http status code of the response
|
int |
getItemsPerPage()
Non-negative integer.
|
List<T> |
getListedResources()
the resources that have been extracted
|
long |
getStartIndex()
The 1-based index of the first result in the current set of query results, e.g., 1.
|
long |
getTotalResults()
Non-negative integer.
|
void |
setItemsPerPage(Integer itemsPerPage)
Non-negative integer.
|
void |
setListedResources(List<com.fasterxml.jackson.databind.JsonNode> listedResources)
the resources that have been extracted
|
void |
setStartIndex(Long startIndex)
The 1-based index of the first result in the current set of query results, e.g., 1.
|
void |
setTotalResults(Long totalResults)
Non-negative integer.
|
buildResponse, setETagaddSchema, getSchemas, removeSchema, setSchemas, setSchemasaddAttribute, 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, spliteratorpublic ListResponse()
public ListResponse(String resourceJsonRepresentation)
public long getTotalResults()
public void setTotalResults(Long totalResults)
public int getItemsPerPage()
public void setItemsPerPage(Integer itemsPerPage)
public long getStartIndex()
public void setStartIndex(Long startIndex)
public void setListedResources(List<com.fasterxml.jackson.databind.JsonNode> listedResources)
public int getHttpStatus()
getHttpStatus in class ScimResponseCopyright © 2020. All rights reserved.