public enum CoreGroupAttributes extends Enum<CoreGroupAttributes> implements ScimAttribute<CoreGroupAttributes>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoreGroupAttributes.Constants |
| Enum Constant and Description |
|---|
DISPLAY_NAME |
EXTERNAL_ID |
ID |
MEMBERS |
MEMBERS_DISPLAY |
MEMBERS_OPERATION |
MEMBERS_PRIMARY |
MEMBERS_REF |
MEMBERS_TYPE |
MEMBERS_VALUE |
META |
META_ATTRIBUTES |
META_CREATED |
META_LAST_MODIFIED |
META_LOCATION |
META_RESOURCE_TYPE |
META_VERSION |
SCHEMAS |
| Modifier and Type | Method and Description |
|---|---|
static CoreGroupAttributes |
from(String attributeName) |
String |
fullAttributePath() |
CoreGroupAttributes |
getParent() |
String |
getSchemaId() |
boolean |
isTopLevelAttribute() |
String |
relativePath() |
String |
scimName() |
CoreGroupAttributes |
subAttributeFrom(String childAttributeName) |
static CoreGroupAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreGroupAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreGroupAttributes ID
public static final CoreGroupAttributes SCHEMAS
public static final CoreGroupAttributes EXTERNAL_ID
public static final CoreGroupAttributes META
public static final CoreGroupAttributes META_CREATED
public static final CoreGroupAttributes META_LAST_MODIFIED
public static final CoreGroupAttributes META_ATTRIBUTES
public static final CoreGroupAttributes META_RESOURCE_TYPE
public static final CoreGroupAttributes META_LOCATION
public static final CoreGroupAttributes META_VERSION
public static final CoreGroupAttributes DISPLAY_NAME
public static final CoreGroupAttributes MEMBERS
public static final CoreGroupAttributes MEMBERS_TYPE
public static final CoreGroupAttributes MEMBERS_VALUE
public static final CoreGroupAttributes MEMBERS_OPERATION
public static final CoreGroupAttributes MEMBERS_DISPLAY
public static final CoreGroupAttributes MEMBERS_PRIMARY
public static final CoreGroupAttributes MEMBERS_REF
public static CoreGroupAttributes[] values()
for (CoreGroupAttributes c : CoreGroupAttributes.values()) System.out.println(c);
public static CoreGroupAttributes 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<CoreGroupAttributes>public String scimName()
scimName in interface ScimAttribute<CoreGroupAttributes>public String fullAttributePath()
fullAttributePath in interface ScimAttribute<CoreGroupAttributes>public String relativePath()
relativePath in interface ScimAttribute<CoreGroupAttributes>public CoreGroupAttributes subAttributeFrom(String childAttributeName)
subAttributeFrom in interface ScimAttribute<CoreGroupAttributes>public CoreGroupAttributes getParent()
getParent in interface ScimAttribute<CoreGroupAttributes>public String getSchemaId()
getSchemaId in interface ScimAttribute<CoreGroupAttributes>public static CoreGroupAttributes from(String attributeName)
Copyright © 2022 SAP SE. All rights reserved.