public enum SMSActivateClientRentStatus extends Enum<SMSActivateClientRentStatus>
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getEnglishMessage()
Returns the message on english.
|
int |
getId()
Return the id status
|
@NotNull String |
getMessage()
Returns the single concat messages.
|
@NotNull String |
getRussianMessage()
Returns the message on russian.
|
static SMSActivateClientRentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMSActivateClientRentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMSActivateClientRentStatus FINISH
public static final SMSActivateClientRentStatus CANCEL
public static SMSActivateClientRentStatus[] values()
for (SMSActivateClientRentStatus c : SMSActivateClientRentStatus.values()) System.out.println(c);
public static SMSActivateClientRentStatus 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()
public int getId()
Copyright © 2020. All rights reserved.