public enum GroupTypeRequest extends Enum<GroupTypeRequest>
Enum Constant and Description |
---|
ACTIVE_DIRECTORY
Active Directory
|
ALL
All
|
SHAREPOINT
SharePoint
|
WATCHDOX
WatchDox
|
Modifier and Type | Method and Description |
---|---|
static GroupTypeRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupTypeRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupTypeRequest ALL
public static final GroupTypeRequest WATCHDOX
public static final GroupTypeRequest SHAREPOINT
public static final GroupTypeRequest ACTIVE_DIRECTORY
public static GroupTypeRequest[] values()
for (GroupTypeRequest c : GroupTypeRequest.values()) System.out.println(c);
public static GroupTypeRequest 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 nullCopyright © 2019. All rights reserved.