public static enum AccountUsersController.InvitationStatus extends Enum<AccountUsersController.InvitationStatus>
| Modifier and Type | Method and Description |
|---|---|
static AccountUsersController.InvitationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountUsersController.InvitationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountUsersController.InvitationStatus ACTIVE
public static final AccountUsersController.InvitationStatus PENDING
public static final AccountUsersController.InvitationStatus EXPIRED
public static AccountUsersController.InvitationStatus[] values()
for (AccountUsersController.InvitationStatus c : AccountUsersController.InvitationStatus.values()) System.out.println(c);
public static AccountUsersController.InvitationStatus 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 © 2009–2016 DuraSpace. All rights reserved.