Uses of Class
software.xdev.brevo.model.UpsertrecordsRequest
Packages that use UpsertrecordsRequest
-
Uses of UpsertrecordsRequest in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type UpsertrecordsRequestModifier and TypeMethodDescriptionCustomObjectsApi.upsertrecords(String objectType, UpsertrecordsRequest upsertrecordsRequest) Create/Update object records in bulk This API allows bulk upsert of object records in a single request.CustomObjectsApi.upsertrecords(String objectType, UpsertrecordsRequest upsertrecordsRequest, Map<String, String> additionalHeaders) Create/Update object records in bulk This API allows bulk upsert of object records in a single request. -
Uses of UpsertrecordsRequest in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpsertrecordsRequestModifier and TypeMethodDescriptionUpsertrecordsRequest.addRecordsItem(UpsertrecordsRequestRecordsInner recordsItem) UpsertrecordsRequest.records(List<UpsertrecordsRequestRecordsInner> records)