|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.engine.contactsync.ContactSyncEngine.SyncParams
private static class ContactSyncEngine.SyncParams
Holds parameters for the UI sync request
| Field Summary | |
|---|---|
long |
delay
the delay before executing the request |
boolean |
isFull
the sync type |
| Constructor Summary | |
|---|---|
ContactSyncEngine.SyncParams(boolean isFull,
long delay)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean isFull
public long delay
| Constructor Detail |
|---|
public ContactSyncEngine.SyncParams(boolean isFull,
long delay)
isFull - true if full sync, false if only a server syncdelay - in milliseconds before executing the request
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc