public static enum GroupMembershipSDK.GroupMembershipClient.ResponseOption extends Enum<GroupMembershipSDK.GroupMembershipClient.ResponseOption>
| Enum Constant and Description |
|---|
INCLUDE_GROUP
Include group associations in the membership collection.
|
INCLUDE_GROUP_WITH_ENTITLEMENTS
Include not only groups but also their entitlements, in the membership collection.
|
NONE
Don't do anything else; return the standard response.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupMembershipSDK.GroupMembershipClient.ResponseOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupMembershipSDK.GroupMembershipClient.ResponseOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupMembershipSDK.GroupMembershipClient.ResponseOption NONE
public static final GroupMembershipSDK.GroupMembershipClient.ResponseOption INCLUDE_GROUP
public static final GroupMembershipSDK.GroupMembershipClient.ResponseOption INCLUDE_GROUP_WITH_ENTITLEMENTS
public static GroupMembershipSDK.GroupMembershipClient.ResponseOption[] values()
for (GroupMembershipSDK.GroupMembershipClient.ResponseOption c : GroupMembershipSDK.GroupMembershipClient.ResponseOption.values()) System.out.println(c);
public static GroupMembershipSDK.GroupMembershipClient.ResponseOption 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 © 2015 Covisint. All rights reserved.