Package software.xdev.brevo.model
Class Getrecords200ResponseRecordsInnerAssociationsInner
java.lang.Object
software.xdev.brevo.model.Getrecords200ResponseRecordsInnerAssociationsInner
Getrecords200ResponseRecordsInnerAssociationsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanType of the associated objectGet recordsinthashCode()objectType(String objectType) voidsetObjectType(String objectType) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_OBJECT_TYPE
- See Also:
-
JSON_PROPERTY_RECORDS
- See Also:
-
-
Constructor Details
-
Getrecords200ResponseRecordsInnerAssociationsInner
public Getrecords200ResponseRecordsInnerAssociationsInner()
-
-
Method Details
-
objectType
-
getObjectType
Type of the associated object- Returns:
- objectType
-
setObjectType
-
records
public Getrecords200ResponseRecordsInnerAssociationsInner records(@Nullable List<Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1RecordsInner> records) -
addRecordsItem
public Getrecords200ResponseRecordsInnerAssociationsInner addRecordsItem(Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1RecordsInner recordsItem) -
getRecords
@Nullable public List<Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1RecordsInner> getRecords()Get records- Returns:
- records
-
setRecords
public void setRecords(@Nullable List<Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1RecordsInner> records) -
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
-