Package software.xdev.brevo.model
Class Company
java.lang.Object
software.xdev.brevo.model.Company
Company Details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinkedContactsIdsItem(Integer linkedContactsIdsItem) addLinkedDealsIdsItem(String linkedDealsIdsItem) attributes(Object attributes) booleanCompany attributes with valuesgetId()Unique comoany idContact ids for contacts linked to this companyDeals ids for companies linked to this companyinthashCode()linkedContactsIds(List<Integer> linkedContactsIds) linkedDealsIds(List<String> linkedDealsIds) voidsetAttributes(Object attributes) voidvoidsetLinkedContactsIds(List<Integer> linkedContactsIds) voidsetLinkedDealsIds(List<String> linkedDealsIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_LINKED_CONTACTS_IDS
- See Also:
-
JSON_PROPERTY_LINKED_DEALS_IDS
- See Also:
-
-
Constructor Details
-
Company
public Company()
-
-
Method Details
-
id
-
getId
Unique comoany id- Returns:
- id
-
setId
-
attributes
-
getAttributes
Company attributes with values- Returns:
- attributes
-
setAttributes
-
linkedContactsIds
-
addLinkedContactsIdsItem
-
getLinkedContactsIds
Contact ids for contacts linked to this company- Returns:
- linkedContactsIds
-
setLinkedContactsIds
-
linkedDealsIds
-
addLinkedDealsIdsItem
-
getLinkedDealsIds
Deals ids for companies linked to this company- Returns:
- linkedDealsIds
-
setLinkedDealsIds
-
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
-