BatchSyncUpTarget

constructor(createFieldlist: List<String>?, updateFieldlist: List<String>?, maxBatchSize: Int)

Construct SyncUpTarget with a different maxBatchSize (NB: cannot exceed MAX_SUB_REQUESTS_COMPOSITE_API)


constructor(createFieldlist: List<String>? = null, updateFieldlist: List<String>? = null, idFieldName: String? = null, modificationDateFieldName: String? = null, externalIdFieldName: String? = null, maxBatchSize: Int = MAX_SUB_REQUESTS_COMPOSITE_API)

Construct BatchSyncUpTarget


constructor(target: JSONObject)

Construct SyncUpTarget from json

Parameters

target

Throws