public class SkypeAccount
extends java.lang.Object
| Constructor and Description |
|---|
SkypeAccount(java.lang.String accountId)
Constructor for skype account with type SkypeAccountType.SKYPE_ACCOUNT
|
SkypeAccount(java.lang.String accountId,
SkypeAccountType accountType)
Constructor for skype account with provided account type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountId() |
SkypeAccountType |
getAccountType() |
public SkypeAccount(java.lang.String accountId)
throws SkypeSdkException
accountId - Account id (should not be null or empty)SkypeSdkExceptionpublic SkypeAccount(java.lang.String accountId,
SkypeAccountType accountType)
throws SkypeSdkException
accountId - Account id (should not be null or empty)accountType - Account typeSkypeSdkExceptionpublic java.lang.String getAccountId()
public SkypeAccountType getAccountType()