Companion
object Companion
Functions
Link copied to clipboard
fun getCollectionRequest(apiVersion: String?, allOrNone: Boolean, recordRequests: List<CompositeRequestHelper.RecordRequest>, requestType: CompositeRequestHelper.RequestType): RestRequest
Link copied to clipboard
fun getExternalIdFieldNames(recordRequests: List<CompositeRequestHelper.RecordRequest>, requestType: CompositeRequestHelper.RequestType): List<String>
Link copied to clipboard
fun getIds(recordRequests: List<CompositeRequestHelper.RecordRequest>, requestType: CompositeRequestHelper.RequestType): List<String>
Link copied to clipboard
fun getJSONArrayForCollectionRequest(recordRequests: List<CompositeRequestHelper.RecordRequest>, requestType: CompositeRequestHelper.RequestType): JSONArray
Link copied to clipboard
fun getObjectTypes(recordRequests: List<CompositeRequestHelper.RecordRequest>, requestType: CompositeRequestHelper.RequestType): List<String>
Link copied to clipboard
fun getRefIds(recordRequests: List<CompositeRequestHelper.RecordRequest>, requestType: CompositeRequestHelper.RequestType): List<String>
Link copied to clipboard
fun requestForCreate(objectType: String?, fields: Map<String, Any?>): CompositeRequestHelper.RecordRequest
Link copied to clipboard
Link copied to clipboard
fun requestForUpdate(objectType: String, id: String?, fields: Map<String, Any?>): CompositeRequestHelper.RecordRequest
Link copied to clipboard
fun requestForUpsert(objectType: String, externalIdFieldName: String?, externalId: String?, fields: Map<String, Any?>): CompositeRequestHelper.RecordRequest