Package software.xdev.brevo.model
Class UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers
java.lang.Object
software.xdev.brevo.model.UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers
public class UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers
extends Object
Identifiers attached with the associated object record. It can be ext_id or id. NOTE: - Either ext_id or id is required, if both are not provided, then error will be returned. - Both ext_id and id cannot be provided in the same request.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetExtId()ext_id is ID of record in the external system that client want to store in the object system.getId()Internal ID of the object record generated by BrevointhashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EXT_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers
public UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers()
-
-
Method Details
-
extId
public UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers extId(@Nullable String extId) -
getExtId
ext_id is ID of record in the external system that client want to store in the object system.- Returns:
- extId
-
setExtId
-
id
public UpsertrecordsRequestRecordsInnerOneOf1AssociationsInnerOneOf1RecordsInnerOneOfIdentifiers id(@Nullable Integer id) -
getId
Internal ID of the object record generated by Brevo- Returns:
- id
-
setId
-
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
-