public enum SaWsGroupKind extends Enum<SaWsGroupKind>
Enum Constant and Description |
---|
DISTRIBUTIONLIST
The DISTRIBUTIONLIST.
|
GROUP
The GROUP.
|
ORGUNIT
The ORGUNIT.
|
ROLE
The ROLE.
|
ROLECLASS
The ROLECLASS.
|
UNDEFINED
The UNDEFINED.
|
USER
The USER.
|
Modifier and Type | Method and Description |
---|---|
static SaWsGroupKind |
fromBackend(com.saperion.intf.SaUserInfo.GroupKind type)
From backend.
|
static SaWsGroupKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWsGroupKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaWsGroupKind GROUP
public static final SaWsGroupKind ORGUNIT
public static final SaWsGroupKind ROLECLASS
public static final SaWsGroupKind ROLE
public static final SaWsGroupKind USER
public static final SaWsGroupKind UNDEFINED
public static final SaWsGroupKind DISTRIBUTIONLIST
public static SaWsGroupKind[] values()
for (SaWsGroupKind c : SaWsGroupKind.values()) System.out.println(c);
public static SaWsGroupKind 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 static SaWsGroupKind fromBackend(com.saperion.intf.SaUserInfo.GroupKind type)
type
- the typeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.