Package software.xdev.brevo.model
Class NoteData
java.lang.Object
software.xdev.brevo.model.NoteData
Note data to be saved
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCompanyIdsItem(String companyIdsItem) addContactIdsItem(Integer contactIdsItem) addDealIdsItem(String dealIdsItem) companyIds(List<String> companyIds) contactIds(List<Integer> contactIds) booleanCompany Ids linked to a noteContact Ids linked to a noteDeal Ids linked to a notegetText()Text content of a noteinthashCode()voidsetCompanyIds(List<String> companyIds) voidsetContactIds(List<Integer> contactIds) voidsetDealIds(List<String> dealIds) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TEXT
- See Also:
-
JSON_PROPERTY_CONTACT_IDS
- See Also:
-
JSON_PROPERTY_DEAL_IDS
- See Also:
-
JSON_PROPERTY_COMPANY_IDS
- See Also:
-
-
Constructor Details
-
NoteData
public NoteData()
-
-
Method Details
-
text
-
getText
Text content of a note- Returns:
- text
-
setText
-
contactIds
-
addContactIdsItem
-
getContactIds
Contact Ids linked to a note- Returns:
- contactIds
-
setContactIds
-
dealIds
-
addDealIdsItem
-
getDealIds
Deal Ids linked to a note- Returns:
- dealIds
-
setDealIds
-
companyIds
-
addCompanyIdsItem
-
getCompanyIds
Company Ids linked to a note- Returns:
- companyIds
-
setCompanyIds
-
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
-