public enum SmsBulkStatus extends Enum<SmsBulkStatus>
| Modifier and Type | Class and Description |
|---|---|
static class |
SmsBulkStatus.Adapter |
| Enum Constant and Description |
|---|
CANCELED |
FAILED |
FINISHED |
PAUSED |
PENDING |
PROCESSING |
| Modifier and Type | Method and Description |
|---|---|
static SmsBulkStatus |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static SmsBulkStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmsBulkStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmsBulkStatus PENDING
public static final SmsBulkStatus PAUSED
public static final SmsBulkStatus PROCESSING
public static final SmsBulkStatus CANCELED
public static final SmsBulkStatus FINISHED
public static final SmsBulkStatus FAILED
public static SmsBulkStatus[] values()
for (SmsBulkStatus c : SmsBulkStatus.values()) System.out.println(c);
public static SmsBulkStatus 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 nullpublic String getValue()
public String toString()
toString in class Enum<SmsBulkStatus>public static SmsBulkStatus fromValue(String value)
Copyright © 2022. All rights reserved.