Uses of Class
com.sap.ip.me.api.smartsync.SyncBoOutDeltaSendType

Packages that use SyncBoOutDeltaSendType
com.sap.ip.me.api.smartsync   
 

Uses of SyncBoOutDeltaSendType in com.sap.ip.me.api.smartsync
 

Fields in com.sap.ip.me.api.smartsync declared as SyncBoOutDeltaSendType
static SyncBoOutDeltaSendType SyncBoOutDeltaSendType.NO_SEND
          NO_REQUEST - the SyncBoOutDelta is not sent to backend.
static SyncBoOutDeltaSendType SyncBoOutDeltaSendType.SEND
          SEND - the SyncBoOutDelta sends to backend as asynchronous mode.
static SyncBoOutDeltaSendType SyncBoOutDeltaSendType.SEND_DIRECT
          SEND_DIRECT - the SyncBoOutDelta sends to backend as synchronous mode.
static SyncBoOutDeltaSendType SyncBoOutDeltaSendType.DEFAULT
          Same as SEND
 

Methods in com.sap.ip.me.api.smartsync that return SyncBoOutDeltaSendType
 SyncBoOutDeltaSendType SyncBoOutDelta.getSendType()
          Returns the sending processing value of the SyncBoOutDelta object
 

Methods in com.sap.ip.me.api.smartsync with parameters of type SyncBoOutDeltaSendType
 void SyncBoOutDelta.setSendType(SyncBoOutDeltaSendType sendType)
          Sets the sending processing value of the SyncBoOutDelta object
 



Copyright © 2003 SAP AG. All Rights Reserved.