|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Transfer.PROPERTY>
com.skype.api.Transfer.PROPERTY
public static enum Transfer.PROPERTY
Properties of the Transfer class
| Enum Constant Summary | |
|---|---|
bytespersecond
Current data transfer speed in bytes per second. |
|
bytestransferred
The number of bytes already transferred. |
|
chatmsg_guid
The "global ID" of this Transfer's associated Message instance. |
|
chatmsg_index
A more or less arbitrary index for ordering multiple file transfers within the UI. |
|
convo_id
The "global ID" of this Transfer's associated Conversation (as chained through its associated Message). |
|
failurereason
Set whenever P_STATUS transitions to FAILED. |
|
filename
The filename -only- of the file being transfered. |
|
filepath
The path -and- filename of the file being transfered (typically fully qualified). |
|
filesize
The size of the file being transferred in bytes. |
|
finishtime
UNIX timestamp of when this Transfer COMPLETED or FAILED. |
|
partner_dispname
Display name of the remote participant. |
|
partner_handle
Skype Name of the remote party of the file transfer. |
|
starttime
UNIX timestamp of when this Transfer instance was instantiated, not when the transfer process actually started (was accepted from receiver side). |
|
status
Current state of the transfer , type: STATUS |
|
type
INCOMING / OUTGOING , type: TYPE |
|
| Method Summary | |
|---|---|
static Transfer.PROPERTY |
fromString(java.lang.String s)
|
static Transfer.PROPERTY |
get(int code)
|
int |
getId()
|
static Transfer.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Transfer.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 Transfer.PROPERTY type
public static final Transfer.PROPERTY partner_handle
public static final Transfer.PROPERTY partner_dispname
public static final Transfer.PROPERTY status
public static final Transfer.PROPERTY failurereason
public static final Transfer.PROPERTY starttime
public static final Transfer.PROPERTY finishtime
public static final Transfer.PROPERTY filepath
public static final Transfer.PROPERTY filename
public static final Transfer.PROPERTY filesize
public static final Transfer.PROPERTY bytestransferred
public static final Transfer.PROPERTY bytespersecond
public static final Transfer.PROPERTY chatmsg_guid
public static final Transfer.PROPERTY chatmsg_index
public static final Transfer.PROPERTY convo_id
| Method Detail |
|---|
public static Transfer.PROPERTY[] values()
for (Transfer.PROPERTY c : Transfer.PROPERTY.values()) System.out.println(c);
public static Transfer.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 Transfer.PROPERTY get(int code)
public static Transfer.PROPERTY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||