Package com.mypurecloud.sdk.v2.model
Class Note
java.lang.Object
com.mypurecloud.sdk.v2.model.Note
- All Implemented Interfaces:
Serializable
Note
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis is only need to be set when using Bulk API. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDate(Date createDate) Date time is represented as an ISO-8601 string.When creating or updating a note, only User.id is required.division(WritableStarrableDivision division) The division to which this entity belongs.The id of the contact or organization to which this note refers.entityType(Note.EntityTypeEnum entityType) This is only need to be set when using Bulk API.booleangetId()inthashCode()modifyDate(Date modifyDate) Date time is represented as an ISO-8601 string.Between 1 and 32,000 characters.voidsetCreateDate(Date createDate) voidsetCreatedBy(User createdBy) voidsetDivision(WritableStarrableDivision division) voidsetEntityId(String entityId) voidsetEntityType(Note.EntityTypeEnum entityType) voidsetModifyDate(Date modifyDate) voidsetNoteText(String noteText) toString()
-
Constructor Details
-
Note
public Note() -
Note
-
-
Method Details
-
getId
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
entityId
The id of the contact or organization to which this note refers. This only needs to be set for input when using the Bulk APIs. -
getEntityId
-
setEntityId
-
entityType
This is only need to be set when using Bulk API. Using any other value than contact or organization will result in null being used. -
getEntityType
-
setEntityType
-
noteText
Between 1 and 32,000 characters. -
getNoteText
-
setNoteText
-
modifyDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifyDate
-
setModifyDate
-
createDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreateDate
-
setCreateDate
-
createdBy
When creating or updating a note, only User.id is required. User object is fully populated when expanding a note. -
getCreatedBy
-
setCreatedBy
-
getExternalDataSources
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-