public class EnterpriseUser extends ScimObjectNode
| Constructor and Description |
|---|
EnterpriseUser() |
EnterpriseUser(String employeeNumber,
String costCenter,
String organization,
String division,
String department,
Manager manager) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getCostCenter()
Identifies the name of a cost center.
|
Optional<String> |
getDepartment()
Identifies the name of a department.
|
Optional<String> |
getDivision()
Identifies the name of a division.
|
Optional<String> |
getEmployeeNumber()
A string identifier, typically numeric or alphanumeric, assigned to a person, typically based on order of
hire or association with an organization.
|
Optional<Manager> |
getManager()
The user's manager.
|
Optional<String> |
getOrganization()
Identifies the name of an organization.
|
void |
setCostCenter(String costCenter)
Identifies the name of a cost center.
|
void |
setDepartment(String department)
Identifies the name of a department.
|
void |
setDivision(String division)
Identifies the name of a division.
|
void |
setEmployeeNumber(String employeeNumber)
A string identifier, typically numeric or alphanumeric, assigned to a person, typically based on order of
hire or association with an organization.
|
void |
setManager(Manager manager)
The user's manager.
|
void |
setOrganization(String organization)
Identifies the name of an organization.
|
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> getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
public void setCostCenter(String costCenter)
public void setOrganization(String organization)
public void setDivision(String division)
public void setDepartment(String department)
public Optional<Manager> getManager()
public void setManager(Manager manager)
Copyright © 2020. All rights reserved.