|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncBoOutDeltaSendType
public final class SyncBoOutDeltaSendType
An enumeration of possible SyncBoOutDelta sending type.
SyncBoOutDelta| Field Summary | |
|---|---|
static SyncBoOutDeltaSendType |
DEFAULT
Same as SEND |
static SyncBoOutDeltaSendType |
NO_SEND
NO_REQUEST - the SyncBoOutDelta is not sent to backend. |
static SyncBoOutDeltaSendType |
SEND
SEND - the SyncBoOutDelta sends to backend as asynchronous mode. |
static SyncBoOutDeltaSendType |
SEND_DIRECT
SEND_DIRECT - the SyncBoOutDelta sends to backend as synchronous mode. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the string representaion of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static SyncBoOutDeltaSendType NO_SEND
public static SyncBoOutDeltaSendType SEND
public static SyncBoOutDeltaSendType SEND_DIRECT
public static SyncBoOutDeltaSendType DEFAULT
| Method Detail |
|---|
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 | ||||||||