Package software.xdev.brevo.model
Class Note
java.lang.Object
software.xdev.brevo.model.Note
Note Details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContactIdsItem(Integer contactIdsItem) addDealIdsItem(String dealIdsItem) contactIds(List<Integer> contactIds) createdAt(OffsetDateTime createdAt) booleanAccount details of user which created the noteContact ids linked to a noteNote created date/timeDeal ids linked to a notegetId()Unique note IdgetText()Text content of a noteNote updated date/timeinthashCode()voidsetAuthorId(Object authorId) voidsetContactIds(List<Integer> contactIds) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDealIds(List<String> dealIds) voidvoidvoidsetUpdatedAt(OffsetDateTime updatedAt) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updatedAt(OffsetDateTime updatedAt)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TEXT
- See Also:
-
JSON_PROPERTY_CONTACT_IDS
- See Also:
-
JSON_PROPERTY_DEAL_IDS
- See Also:
-
JSON_PROPERTY_AUTHOR_ID
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
-
Constructor Details
-
Note
public Note()
-
-
Method Details
-
id
-
getId
Unique note Id- Returns:
- id
-
setId
-
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
-
authorId
-
getAuthorId
Account details of user which created the note- Returns:
- authorId
-
setAuthorId
-
createdAt
-
getCreatedAt
Note created date/time- Returns:
- createdAt
-
setCreatedAt
-
updatedAt
-
getUpdatedAt
Note updated date/time- Returns:
- updatedAt
-
setUpdatedAt
-
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
-