public class Name extends ScimObjectNode
| Constructor and Description |
|---|
Name() |
Name(String formatted,
String familyName,
String givenName,
String middlename,
String honorificPrefix,
String honorificSuffix) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getFamilyName()
The family name of the User, or last name in most Western languages (e.g., "Jensen" given the full name
"Ms.
|
Optional<String> |
getFormatted()
The full name, including all middle names, titles, and suffixes as appropriate, formatted for display
(e.g., "Ms.
|
Optional<String> |
getGivenName()
The given name of the User, or first name in most Western languages (e.g., "Barbara" given the full name
"Ms.
|
Optional<String> |
getHonorificPrefix()
The honorific prefix(es) of the User, or title in most Western languages (e.g., "Ms." given the full name
"Ms.
|
Optional<String> |
getHonorificSuffix()
The honorific suffix(es) of the User, or suffix in most Western languages (e.g., "III" given the full name
"Ms.
|
Optional<String> |
getMiddleName()
The middle name(s) of the User (e.g., "Jane" given the full name "Ms.
|
void |
setFamilyName(String familyName)
The family name of the User, or last name in most Western languages (e.g., "Jensen" given the full name
"Ms.
|
void |
setFormatted(String formatted)
The full name, including all middle names, titles, and suffixes as appropriate, formatted for display
(e.g., "Ms.
|
void |
setGivenName(String givenName)
The given name of the User, or first name in most Western languages (e.g., "Barbara" given the full name
"Ms.
|
void |
setHonorificPrefix(String honorificPrefix)
The honorific prefix(es) of the User, or title in most Western languages (e.g., "Ms." given the full name
"Ms.
|
void |
setHonorificSuffix(String honorificSuffix)
The honorific suffix(es) of the User, or suffix in most Western languages (e.g., "III" given the full name
"Ms.
|
void |
setMiddleName(String middleName)
The middle name(s) of the User (e.g., "Jane" given the full name "Ms.
|
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> getFormatted()
public void setFormatted(String formatted)
public Optional<String> getFamilyName()
public void setFamilyName(String familyName)
public Optional<String> getGivenName()
public void setGivenName(String givenName)
public Optional<String> getMiddleName()
public void setMiddleName(String middleName)
public Optional<String> getHonorificPrefix()
public void setHonorificPrefix(String honorificPrefix)
public Optional<String> getHonorificSuffix()
public void setHonorificSuffix(String honorificSuffix)
Copyright © 2020. All rights reserved.