public static enum RedactRequest.Product extends java.lang.Enum<RedactRequest.Product>
| Enum Constant and Description |
|---|
MESSAGE
Deprecated.
Use
MESSAGES |
MESSAGES |
NUMBER_INSIGHTS |
SMS |
VERIFY |
VERIFY_SDK |
VOICE |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static RedactRequest.Product |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RedactRequest.Product[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedactRequest.Product SMS
public static final RedactRequest.Product VOICE
public static final RedactRequest.Product NUMBER_INSIGHTS
public static final RedactRequest.Product VERIFY
public static final RedactRequest.Product VERIFY_SDK
@Deprecated public static final RedactRequest.Product MESSAGE
MESSAGESpublic static final RedactRequest.Product MESSAGES
public static final RedactRequest.Product WORKFLOW
public static RedactRequest.Product[] values()
for (RedactRequest.Product c : RedactRequest.Product.values()) System.out.println(c);
public static RedactRequest.Product valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()