public enum SMSActivateRentStatus extends Enum<SMSActivateRentStatus>
| 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 SMSActivateRentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMSActivateRentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMSActivateRentStatus SUCCESS
public static final SMSActivateRentStatus ERROR
public static SMSActivateRentStatus[] values()
for (SMSActivateRentStatus c : SMSActivateRentStatus.values()) System.out.println(c);
public static SMSActivateRentStatus 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 getResponse()
@NotNull public @NotNull String getMessage()
Copyright © 2020. All rights reserved.