|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Voicemail.PROPERTY>
com.skype.api.Voicemail.PROPERTY
public static enum Voicemail.PROPERTY
Properties of the Voicemail class
| Enum Constant Summary | |
|---|---|
allowed_duration
max allowed duration in seconds, type: int |
|
chatmsg_guid
GUID of the message that the VM is tied to, type: byte[] |
|
convo_id
CONVERSATION_ID of corresponding conversation, type: Conversation |
|
duration
duration in seconds, type: int |
|
failurereason
type: FAILUREREASON |
|
partner_dispname
user's display name of the other party, type: String |
|
partner_handle
registered username of the other party, type: String |
|
playback_progress
VM playback progress in seconds, type: int |
|
status
type: STATUS |
|
subject
DEPRECATED: subject line, type: String |
|
timestamp
timestamp of creation, type: int |
|
type
type: TYPE |
|
| Method Summary | |
|---|---|
static Voicemail.PROPERTY |
fromString(java.lang.String s)
|
static Voicemail.PROPERTY |
get(int code)
|
int |
getId()
|
static Voicemail.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Voicemail.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 Voicemail.PROPERTY type
public static final Voicemail.PROPERTY partner_handle
public static final Voicemail.PROPERTY partner_dispname
public static final Voicemail.PROPERTY status
public static final Voicemail.PROPERTY failurereason
public static final Voicemail.PROPERTY subject
public static final Voicemail.PROPERTY timestamp
public static final Voicemail.PROPERTY duration
public static final Voicemail.PROPERTY allowed_duration
public static final Voicemail.PROPERTY playback_progress
public static final Voicemail.PROPERTY convo_id
public static final Voicemail.PROPERTY chatmsg_guid
| Method Detail |
|---|
public static Voicemail.PROPERTY[] values()
for (Voicemail.PROPERTY c : Voicemail.PROPERTY.values()) System.out.println(c);
public static Voicemail.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 Voicemail.PROPERTY get(int code)
public static Voicemail.PROPERTY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||