|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SyncBoResponseType | |
| com.sap.ip.me.api.smartsync | |
| Uses of SyncBoResponseType in com.sap.ip.me.api.smartsync |
| Fields in com.sap.ip.me.api.smartsync declared as SyncBoResponseType | |
static SyncBoResponseType |
SyncBoResponseType.CONFLICT
SyncBoResponseType of CONFLICT type. |
static SyncBoResponseType |
SyncBoResponseType.ERROR
SyncBoResponseType of ERROR type. |
| Methods in com.sap.ip.me.api.smartsync that return SyncBoResponseType | |
static SyncBoResponseType |
SyncBoResponseType.forString(java.lang.String responseName)
Returns the SyncBoResponseType for a given string |
static SyncBoResponseType |
SyncBoResponseType.forInteger(java.lang.Integer typeInt)
Returns the SyncBoResponseType for a given int |
SyncBoResponseType |
SyncBoResponseLog.getResponseType()
Returns the response type(Error or conflict) |
SyncBoResponseType |
SyncBoResponse.getResponseType()
Returns the SyncBoResponseType of this SyncBoResponse; either ERROR or CONFLICT |
| Methods in com.sap.ip.me.api.smartsync with parameters of type SyncBoResponseType | |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor,
SyncBoResponseType responseType)
Fetches all the response for a given sync bo descriptor and the response type(Error or Conflict) |
MeIterator |
ErrorConflictInbox.getSyncBoResponses(SyncBoResponseType responseType)
Fetches all the response for a given response type(Error or Conflict) |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||