public enum EnterpriseUserAttributes extends Enum<EnterpriseUserAttributes> implements ScimAttribute<EnterpriseUserAttributes>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnterpriseUserAttributes.Constants |
| Enum Constant and Description |
|---|
COST_CENTER |
DEPARTMENT |
DIVISION |
EMPLOYEE_NUMBER |
MANAGER |
MANAGER_DISPLAY_NAME |
MANAGER_REF |
MANAGER_VALUE |
ORGANIZATION |
| Modifier and Type | Method and Description |
|---|---|
static EnterpriseUserAttributes |
from(String attributeName) |
String |
fullAttributePath() |
EnterpriseUserAttributes |
getParent() |
String |
getSchemaId() |
boolean |
isTopLevelAttribute() |
String |
relativePath() |
String |
scimName() |
EnterpriseUserAttributes |
subAttributeFrom(String childAttributeName) |
static EnterpriseUserAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnterpriseUserAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnterpriseUserAttributes EMPLOYEE_NUMBER
public static final EnterpriseUserAttributes COST_CENTER
public static final EnterpriseUserAttributes ORGANIZATION
public static final EnterpriseUserAttributes DIVISION
public static final EnterpriseUserAttributes DEPARTMENT
public static final EnterpriseUserAttributes MANAGER
public static final EnterpriseUserAttributes MANAGER_VALUE
public static final EnterpriseUserAttributes MANAGER_DISPLAY_NAME
public static final EnterpriseUserAttributes MANAGER_REF
public static EnterpriseUserAttributes[] values()
for (EnterpriseUserAttributes c : EnterpriseUserAttributes.values()) System.out.println(c);
public static EnterpriseUserAttributes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isTopLevelAttribute()
isTopLevelAttribute in interface ScimAttribute<EnterpriseUserAttributes>public String scimName()
scimName in interface ScimAttribute<EnterpriseUserAttributes>public String fullAttributePath()
fullAttributePath in interface ScimAttribute<EnterpriseUserAttributes>public String relativePath()
relativePath in interface ScimAttribute<EnterpriseUserAttributes>public EnterpriseUserAttributes subAttributeFrom(String childAttributeName)
subAttributeFrom in interface ScimAttribute<EnterpriseUserAttributes>public EnterpriseUserAttributes getParent()
getParent in interface ScimAttribute<EnterpriseUserAttributes>public String getSchemaId()
getSchemaId in interface ScimAttribute<EnterpriseUserAttributes>public static EnterpriseUserAttributes from(String attributeName)
Copyright © 2022 SAP SE. All rights reserved.