public static enum SecuredEndpoint.SecuredType extends Enum<SecuredEndpoint.SecuredType>
| Enum Constant and Description |
|---|
SECURED_ACCOUNT |
SECURED_APP |
SECURED_STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static SecuredEndpoint.SecuredType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuredEndpoint.SecuredType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuredEndpoint.SecuredType SECURED_APP
public static final SecuredEndpoint.SecuredType SECURED_ACCOUNT
public static final SecuredEndpoint.SecuredType SECURED_STANDARD
public static SecuredEndpoint.SecuredType[] values()
for (SecuredEndpoint.SecuredType c : SecuredEndpoint.SecuredType.values()) System.out.println(c);
public static SecuredEndpoint.SecuredType 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 © 2016. All Rights Reserved.