Uses of Class
com.skype.Profile.Status

Packages that use Profile.Status
com.skype <#if locale="ja"> <#else> Provides the classes for Skype API  
hudson.plugins.skype.im.transport.callables   
 

Uses of Profile.Status in com.skype
 

Methods in com.skype that return Profile.Status
 Profile.Status Profile.getStatus()
          Gets the online status of the current user.
static Profile.Status Profile.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Profile.Status[] Profile.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.skype with parameters of type Profile.Status
 void Profile.setStatus(Profile.Status newValue)
          Sets the online status of the current user by the Profile.Status enum.
 

Uses of Profile.Status in hudson.plugins.skype.im.transport.callables
 

Constructors in hudson.plugins.skype.im.transport.callables with parameters of type Profile.Status
SkypeMoodCallable(String mood, Profile.Status status)
           
 



Copyright © 2004-2011. All Rights Reserved.