Package software.xdev.brevo.model
Class UpsertrecordsRequest
java.lang.Object
software.xdev.brevo.model.UpsertrecordsRequest
UpsertrecordsRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRecordsItem(UpsertrecordsRequestRecordsInner recordsItem) booleanList of object records to be upsert.inthashCode()records(List<UpsertrecordsRequestRecordsInner> records) voidsetRecords(List<UpsertrecordsRequestRecordsInner> records) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RECORDS
- See Also:
-
-
Constructor Details
-
UpsertrecordsRequest
public UpsertrecordsRequest()
-
-
Method Details
-
records
-
addRecordsItem
-
getRecords
List of object records to be upsert. Each record can have attributes, identifiers, and associations.- Returns:
- records
-
setRecords
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-