|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Profile.Status | |
|---|---|
| com.skype | <#if locale="ja"> <#else> Provides the classes for Skype API #if> |
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||