public enum RequestParameter extends Enum<RequestParameter>
| Enum Constant and Description |
|---|
FORMAT |
MESSAGE_BODY |
MESSAGE_BODY_ENCODING |
MESSAGE_ID |
PASSWORD |
SENDER |
SENDER_NPI |
SENDER_TON |
SMSC_ENCODING |
TO |
UDH |
USER_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static RequestParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestParameter MESSAGE_BODY
public static final RequestParameter SENDER
public static final RequestParameter TO
public static final RequestParameter USER_ID
public static final RequestParameter PASSWORD
public static final RequestParameter MESSAGE_ID
public static final RequestParameter FORMAT
public static final RequestParameter SMSC_ENCODING
public static final RequestParameter MESSAGE_BODY_ENCODING
public static final RequestParameter SENDER_TON
public static final RequestParameter SENDER_NPI
public static final RequestParameter UDH
public static RequestParameter[] values()
for (RequestParameter c : RequestParameter.values()) System.out.println(c);
public static RequestParameter 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 getName()
Copyright © 2016. All Rights Reserved.