|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Sms.PROPERTY>
com.skype.api.Sms.PROPERTY
public static enum Sms.PROPERTY
Properties of the Sms class
| Enum Constant Summary | |
|---|---|
body
actual payload, type: String |
|
chatmsg_id
reference to Message, type: Message |
|
failurereason
Set asynchronously and meaningful only after invoking Conversation.PostSMS and detecting Sms.STATUS of SOME_TARGETS_FAILED or FAILED. |
|
is_failed_unseen
set to 1 when status goes to FAILED. |
|
price
The total price of sending this SMS message (sum of the individual prices to send to each recipient). |
|
price_currency
should be same as account currency at the time of composing/sending, type: String |
|
price_precision
The decimal precision of the SMS price values, both individual and total. |
|
reply_to_number
number that should receive the replies, type: String |
|
status
type: STATUS |
|
target_numbers
space-separated normalised pstn numbers, type: String |
|
target_statuses
binary blob. |
|
timestamp
unix timestamp of message submission, type: int |
|
type
type: TYPE |
|
| Method Summary | |
|---|---|
static Sms.PROPERTY |
fromString(java.lang.String s)
|
static Sms.PROPERTY |
get(int code)
|
int |
getId()
|
static Sms.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sms.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Sms.PROPERTY type
public static final Sms.PROPERTY status
public static final Sms.PROPERTY failurereason
public static final Sms.PROPERTY is_failed_unseen
public static final Sms.PROPERTY timestamp
public static final Sms.PROPERTY price
public static final Sms.PROPERTY price_precision
public static final Sms.PROPERTY price_currency
public static final Sms.PROPERTY reply_to_number
public static final Sms.PROPERTY target_numbers
public static final Sms.PROPERTY target_statuses
public static final Sms.PROPERTY body
public static final Sms.PROPERTY chatmsg_id
| Method Detail |
|---|
public static Sms.PROPERTY[] values()
for (Sms.PROPERTY c : Sms.PROPERTY.values()) System.out.println(c);
public static Sms.PROPERTY 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 name
java.lang.NullPointerException - if the argument is nullpublic int getId()
public static Sms.PROPERTY get(int code)
public static Sms.PROPERTY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||