Package software.xdev.brevo.model
Class Getrecords200ResponseRecordsInner
java.lang.Object
software.xdev.brevo.model.Getrecords200ResponseRecordsInner
Getrecords200ResponseRecordsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAssociationsItem(Getrecords200ResponseRecordsInnerAssociationsInner associationsItem) associations(List<Getrecords200ResponseRecordsInnerAssociationsInner> associations) attributes(Object attributes) createdAt(OffsetDateTime createdAt) booleanList of associations for the object record.Attributes attached with the object record.Timestamp when the object record was createdGet identifiersTimestamp when the object record was last updatedinthashCode()identifiers(Getrecords200ResponseRecordsInnerIdentifiers identifiers) voidvoidsetAttributes(Object attributes) voidsetCreatedAt(OffsetDateTime createdAt) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updatedAt(OffsetDateTime updatedAt)
-
Field Details
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_IDENTIFIERS
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_ASSOCIATIONS
- See Also:
-
-
Constructor Details
-
Getrecords200ResponseRecordsInner
public Getrecords200ResponseRecordsInner()
-
-
Method Details
-
createdAt
-
getCreatedAt
Timestamp when the object record was created- Returns:
- createdAt
-
setCreatedAt
-
updatedAt
-
getUpdatedAt
Timestamp when the object record was last updated- Returns:
- updatedAt
-
setUpdatedAt
-
identifiers
public Getrecords200ResponseRecordsInner identifiers(@Nullable Getrecords200ResponseRecordsInnerIdentifiers identifiers) -
getIdentifiers
Get identifiers- Returns:
- identifiers
-
setIdentifiers
-
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
-
associations
public Getrecords200ResponseRecordsInner associations(@Nullable List<Getrecords200ResponseRecordsInnerAssociationsInner> associations) -
addAssociationsItem
public Getrecords200ResponseRecordsInner addAssociationsItem(Getrecords200ResponseRecordsInnerAssociationsInner associationsItem) -
getAssociations
List of associations for the object record. If association query param is true it will return 5 associated records per association.- Returns:
- associations
-
setAssociations
public void setAssociations(@Nullable List<Getrecords200ResponseRecordsInnerAssociationsInner> 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
-