com.skype.api
Enum Voicemail.Status

java.lang.Object
  extended by java.lang.Enum<Voicemail.Status>
      extended by com.skype.api.Voicemail.Status
All Implemented Interfaces:
EnumConverting, java.io.Serializable, java.lang.Comparable<Voicemail.Status>
Enclosing class:
Voicemail

public static enum Voicemail.Status
extends java.lang.Enum<Voicemail.Status>
implements EnumConverting


Enum Constant Summary
BLANK
           
BUFFERING
           
CANCELLED
           
CHECKING
           
DELETING
           
DELETING_FAILED
           
DOWNLOADING
           
FAILED
           
NOTDOWNLOADED
           
PLAYED
           
PLAYING
           
RECORDED
           
RECORDING
           
UNPLAYED
           
UPLOADED
           
UPLOADING
           
 
Field Summary
static int BLANK_VALUE
           
static int BUFFERING_VALUE
           
static int CANCELLED_VALUE
           
static int CHECKING_VALUE
           
static int DELETING_FAILED_VALUE
           
static int DELETING_VALUE
           
static int DOWNLOADING_VALUE
           
static int FAILED_VALUE
           
static int NOTDOWNLOADED_VALUE
           
static int PLAYED_VALUE
           
static int PLAYING_VALUE
           
static int RECORDED_VALUE
           
static int RECORDING_VALUE
           
static int UNPLAYED_VALUE
           
static int UPLOADED_VALUE
           
static int UPLOADING_VALUE
           
 
Method Summary
 EnumConverting convert(int from)
           
static Voicemail.Status get(int from)
           
 EnumConverting[] getArray(int size)
           
 EnumConverting getDefault()
           
 int getId()
           
static Voicemail.Status valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Voicemail.Status[] 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

NOTDOWNLOADED

public static final Voicemail.Status NOTDOWNLOADED

DOWNLOADING

public static final Voicemail.Status DOWNLOADING

UNPLAYED

public static final Voicemail.Status UNPLAYED

BUFFERING

public static final Voicemail.Status BUFFERING

PLAYING

public static final Voicemail.Status PLAYING

PLAYED

public static final Voicemail.Status PLAYED

BLANK

public static final Voicemail.Status BLANK

RECORDING

public static final Voicemail.Status RECORDING

RECORDED

public static final Voicemail.Status RECORDED

UPLOADING

public static final Voicemail.Status UPLOADING

UPLOADED

public static final Voicemail.Status UPLOADED

DELETING

public static final Voicemail.Status DELETING

FAILED

public static final Voicemail.Status FAILED

DELETING_FAILED

public static final Voicemail.Status DELETING_FAILED

CHECKING

public static final Voicemail.Status CHECKING

CANCELLED

public static final Voicemail.Status CANCELLED
Field Detail

NOTDOWNLOADED_VALUE

public static final int NOTDOWNLOADED_VALUE
See Also:
Constant Field Values

DOWNLOADING_VALUE

public static final int DOWNLOADING_VALUE
See Also:
Constant Field Values

UNPLAYED_VALUE

public static final int UNPLAYED_VALUE
See Also:
Constant Field Values

BUFFERING_VALUE

public static final int BUFFERING_VALUE
See Also:
Constant Field Values

PLAYING_VALUE

public static final int PLAYING_VALUE
See Also:
Constant Field Values

PLAYED_VALUE

public static final int PLAYED_VALUE
See Also:
Constant Field Values

BLANK_VALUE

public static final int BLANK_VALUE
See Also:
Constant Field Values

RECORDING_VALUE

public static final int RECORDING_VALUE
See Also:
Constant Field Values

RECORDED_VALUE

public static final int RECORDED_VALUE
See Also:
Constant Field Values

UPLOADING_VALUE

public static final int UPLOADING_VALUE
See Also:
Constant Field Values

UPLOADED_VALUE

public static final int UPLOADED_VALUE
See Also:
Constant Field Values

DELETING_VALUE

public static final int DELETING_VALUE
See Also:
Constant Field Values

FAILED_VALUE

public static final int FAILED_VALUE
See Also:
Constant Field Values

DELETING_FAILED_VALUE

public static final int DELETING_FAILED_VALUE
See Also:
Constant Field Values

CHECKING_VALUE

public static final int CHECKING_VALUE
See Also:
Constant Field Values

CANCELLED_VALUE

public static final int CANCELLED_VALUE
See Also:
Constant Field Values
Method Detail

values

public static Voicemail.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Voicemail.Status c : Voicemail.Status.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Voicemail.Status valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getId

public int getId()
Specified by:
getId in interface EnumConverting

getDefault

public EnumConverting getDefault()
Specified by:
getDefault in interface EnumConverting

convert

public EnumConverting convert(int from)
Specified by:
convert in interface EnumConverting

getArray

public EnumConverting[] getArray(int size)
Specified by:
getArray in interface EnumConverting

get

public static Voicemail.Status get(int from)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.