|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.engine.contactsync.NativeContactsApi.Account
public static class NativeContactsApi.Account
This Account class represents an available account on the device where the native synchronization can be performed.
| Field Summary | |
|---|---|
private java.lang.String |
mName
The name of the account. |
private java.lang.String |
mType
The type of the account. |
| Constructor Summary | |
|---|---|
NativeContactsApi.Account(java.lang.String name,
java.lang.String type)
The Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the account. |
java.lang.String |
getType()
Gets the type of the accounts. |
boolean |
isPeopleAccount()
Checks if this account is a People Account |
java.lang.String |
toString()
Returns a String representation of the account. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String mName
private java.lang.String mType
| Constructor Detail |
|---|
public NativeContactsApi.Account(java.lang.String name,
java.lang.String type)
name - the account nametype - the account type| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getType()
public boolean isPeopleAccount()
public java.lang.String toString()
toString in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc