public enum SMSActivateStatusNumber extends Enum<SMSActivateStatusNumber>
| Enum Constant and Description |
|---|
CANCEL |
FULL_SMS |
UNKNOWN |
WAIT_CODE |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getEnglishMessage()
Returns the message on english.
|
@NotNull String |
getMessage()
Returns the single concat messages.
|
@NotNull String |
getResponse()
Returns the response from server.
|
@NotNull String |
getRussianMessage()
Returns the message on russian.
|
static @NotNull SMSActivateStatusNumber |
getStatusByName(@NotNull String name)
Returns the state activation by name.
|
static SMSActivateStatusNumber |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMSActivateStatusNumber[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMSActivateStatusNumber WAIT_CODE
public static final SMSActivateStatusNumber CANCEL
public static final SMSActivateStatusNumber FULL_SMS
public static final SMSActivateStatusNumber UNKNOWN
public static SMSActivateStatusNumber[] values()
for (SMSActivateStatusNumber c : SMSActivateStatusNumber.values()) System.out.println(c);
public static SMSActivateStatusNumber 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 null@NotNull public @NotNull String getRussianMessage()
@NotNull public @NotNull String getEnglishMessage()
@NotNull public @NotNull String getMessage()
@NotNull public @NotNull String getResponse()
@NotNull public static @NotNull SMSActivateStatusNumber getStatusByName(@NotNull @NotNull String name)
name - state activation name.Copyright © 2020. All rights reserved.