public class MultiComplexNode extends ScimObjectNode
| Constructor and Description |
|---|
MultiComplexNode(String type,
Boolean primary,
String display,
String value,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDisplay()
A human-readable name, primarily used for display purposes and having a mutability of "immutable".
|
Optional<String> |
getRef()
The reference URI of a target resource, if the attribute is a reference.
|
Optional<String> |
getType()
A label indicating the attribute's function, e.g., "work" or "home".
|
Optional<String> |
getValue()
The attribute's significant value, e.g., email address, phone number.
|
boolean |
isPrimary()
A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the
preferred mailing address or the primary email address.
|
void |
setDisplay(String display)
A human-readable name, primarily used for display purposes and having a mutability of "immutable".
|
void |
setPrimary(Boolean primary)
A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the
preferred mailing address or the primary email address.
|
void |
setRef(String ref)
The reference URI of a target resource, if the attribute is a reference.
|
void |
setType(String type)
A label indicating the attribute's function, e.g., "work" or "home".
|
void |
setValue(String value)
The attribute's significant value, e.g., email address, phone number.
|
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 Optional<String> getType()
public void setType(String type)
public boolean isPrimary()
public void setPrimary(Boolean primary)
public Optional<String> getDisplay()
public void setDisplay(String display)
public Optional<String> getValue()
public void setValue(String value)
public Optional<String> getRef()
public void setRef(String ref)
Copyright © 2020. All rights reserved.