public class Meta extends ScimObjectNode
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.MetaBuilder
a builder class that is not generated with lombok because of the multiple setter-methods for created and
last modified
|
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
static Meta.MetaBuilder |
builder() |
Optional<Instant> |
getCreated()
The "DateTime" that the resource was added to the service provider.
|
Optional<Instant> |
getLastModified()
The most recent DateTime that the details of this resource were updated at the service provider.
|
Optional<String> |
getLocation()
The URI of the resource being returned.
|
Optional<String> |
getResourceType()
The name of the resource type of the resource.
|
Optional<ETag> |
getVersion()
The version of the resource being returned.
|
void |
setCreated(Instant dateTime)
The "DateTime" that the resource was added to the service provider.
|
void |
setCreated(LocalDateTime dateTime)
The "DateTime" that the resource was added to the service provider.
|
void |
setCreated(OffsetDateTime dateTime)
The "DateTime" that the resource was added to the service provider.
|
void |
setCreated(String dateTime)
The "DateTime" that the resource was added to the service provider.
|
void |
setLastModified(Instant dateTime)
The most recent DateTime that the details of this resource were updated at the service provider.
|
void |
setLastModified(LocalDateTime dateTime)
The most recent DateTime that the details of this resource were updated at the service provider.
|
void |
setLastModified(OffsetDateTime dateTime)
The most recent DateTime that the details of this resource were updated at the service provider.
|
void |
setLastModified(String dateTime)
The most recent DateTime that the details of this resource were updated at the service provider.
|
void |
setLocation(String location)
The URI of the resource being returned.
|
void |
setResourceType(String resourceType)
The name of the resource type of the resource.
|
void |
setVersion(ETag 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, spliteratorpublic static Meta.MetaBuilder builder()
public Optional<String> getResourceType()
public void setResourceType(String resourceType)
public Optional<Instant> getCreated()
public void setCreated(String dateTime)
public void setCreated(OffsetDateTime dateTime)
public void setCreated(LocalDateTime dateTime)
public void setCreated(Instant dateTime)
public Optional<Instant> getLastModified()
public void setLastModified(String dateTime)
public void setLastModified(Instant dateTime)
public void setLastModified(OffsetDateTime dateTime)
public void setLastModified(LocalDateTime dateTime)
public Optional<String> getLocation()
public void setLocation(String location)
public Optional<ETag> getVersion()
public void setVersion(ETag version)
Copyright © 2020. All rights reserved.