Package software.xdev.brevo.model
Class Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1
java.lang.Object
software.xdev.brevo.model.Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1
Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1
-
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
-
Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1
public Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1()
-
-
Method Details
-
objectType
public Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1 objectType(@Nullable String objectType) -
getObjectType
Type of the associated object- Returns:
- objectType
-
setObjectType
-
records
public Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1 records(@Nullable List<Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1RecordsInner> records) -
addRecordsItem
public Getrecords200ResponseRecordsInnerAssociationsInnerOneOf1 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
-