com.vodafone360.people.engine.contactsync
Class ContactSyncEngine.SyncParams

java.lang.Object
  extended by com.vodafone360.people.engine.contactsync.ContactSyncEngine.SyncParams
Enclosing class:
ContactSyncEngine

private static class ContactSyncEngine.SyncParams
extends java.lang.Object

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

isFull

public boolean isFull
the sync type


delay

public long delay
the delay before executing the request

Constructor Detail

ContactSyncEngine.SyncParams

public ContactSyncEngine.SyncParams(boolean isFull,
                                    long delay)
Constructor.

Parameters:
isFull - true if full sync, false if only a server sync
delay - in milliseconds before executing the request


JavaDoc