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