public static enum TelekomSMSTokenProvider.EnvironmentType extends Enum<TelekomSMSTokenProvider.EnvironmentType>
| Modifier and Type | Method and Description |
|---|---|
static TelekomSMSTokenProvider.EnvironmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelekomSMSTokenProvider.EnvironmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelekomSMSTokenProvider.EnvironmentType BUDGET
public static final TelekomSMSTokenProvider.EnvironmentType PREMIUM
public static final TelekomSMSTokenProvider.EnvironmentType MOCK
public static final TelekomSMSTokenProvider.EnvironmentType SANDBOX
public static TelekomSMSTokenProvider.EnvironmentType[] values()
for (TelekomSMSTokenProvider.EnvironmentType c : TelekomSMSTokenProvider.EnvironmentType.values()) System.out.println(c);
public static TelekomSMSTokenProvider.EnvironmentType 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.