Package software.xdev.brevo.model
Class UpsertrecordsRequestRecordsInnerOneOf1
java.lang.Object
software.xdev.brevo.model.UpsertrecordsRequestRecordsInnerOneOf1
UpsertrecordsRequestRecordsInnerOneOf1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAssociationsItem(UpsertrecordsRequestRecordsInnerOneOf1AssociationsInner associationsItem) attributes(Object attributes) booleanGet associationsAttributes attached with the object record.Get identifiersinthashCode()voidvoidsetAttributes(Object attributes) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_IDENTIFIERS
- See Also:
-
JSON_PROPERTY_ASSOCIATIONS
- See Also:
-
-
Constructor Details
-
UpsertrecordsRequestRecordsInnerOneOf1
public UpsertrecordsRequestRecordsInnerOneOf1()
-
-
Method Details
-
attributes
-
getAttributes
Attributes attached with the object record. Only the already created attributes will be used with records. Minimum 1 attribute is required.- Returns:
- attributes
-
setAttributes
-
identifiers
public UpsertrecordsRequestRecordsInnerOneOf1 identifiers(@Nullable UpsertrecordsRequestRecordsInnerOneOf1Identifiers identifiers) -
getIdentifiers
Get identifiers- Returns:
- identifiers
-
setIdentifiers
-
associations
public UpsertrecordsRequestRecordsInnerOneOf1 associations(@Nullable List<UpsertrecordsRequestRecordsInnerOneOf1AssociationsInner> associations) -
addAssociationsItem
public UpsertrecordsRequestRecordsInnerOneOf1 addAssociationsItem(UpsertrecordsRequestRecordsInnerOneOf1AssociationsInner associationsItem) -
getAssociations
Get associations- Returns:
- associations
-
setAssociations
public void setAssociations(@Nullable List<UpsertrecordsRequestRecordsInnerOneOf1AssociationsInner> associations) -
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
-