Package software.xdev.brevo.model
Class UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOf
java.lang.Object
software.xdev.brevo.model.UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOf
UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet identifiersinthashCode()identifiers(UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOfIdentifiers identifiers) voidsetIdentifiers(UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOfIdentifiers identifiers) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IDENTIFIERS
- See Also:
-
-
Constructor Details
-
UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOf
public UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOf()
-
-
Method Details
-
identifiers
public UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOf identifiers(@Nullable UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOfIdentifiers identifiers) -
getIdentifiers
@Nullable public UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOfIdentifiers getIdentifiers()Get identifiers- Returns:
- identifiers
-
setIdentifiers
public void setIdentifiers(@Nullable UpsertrecordsRequestRecordsInnerOneOfAssociationsInnerRecordsInnerOneOfIdentifiers identifiers) -
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
-