Package software.xdev.brevo.model
Class UpsertrecordsRequestRecordsInnerOneOf
java.lang.Object
software.xdev.brevo.model.UpsertrecordsRequestRecordsInnerOneOf
UpsertrecordsRequestRecordsInnerOneOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAssociationsItem(UpsertrecordsRequestRecordsInnerOneOfAssociationsInner 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
-
UpsertrecordsRequestRecordsInnerOneOf
public UpsertrecordsRequestRecordsInnerOneOf()
-
-
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 UpsertrecordsRequestRecordsInnerOneOf identifiers(@Nullable UpsertrecordsRequestRecordsInnerOneOfIdentifiers identifiers) -
getIdentifiers
Get identifiers- Returns:
- identifiers
-
setIdentifiers
-
associations
public UpsertrecordsRequestRecordsInnerOneOf associations(@Nullable List<UpsertrecordsRequestRecordsInnerOneOfAssociationsInner> associations) -
addAssociationsItem
public UpsertrecordsRequestRecordsInnerOneOf addAssociationsItem(UpsertrecordsRequestRecordsInnerOneOfAssociationsInner associationsItem) -
getAssociations
Get associations- Returns:
- associations
-
setAssociations
public void setAssociations(@Nullable List<UpsertrecordsRequestRecordsInnerOneOfAssociationsInner> 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
-