Package com.mypurecloud.sdk.v2.model
Class Celebration
java.lang.Object
com.mypurecloud.sdk.v2.model.Celebration
- All Implemented Interfaces:
Serializable
Celebration
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(UserReference createdBy) The creator of the celebrationdateCreated(Date dateCreated) The date the celebration was created on.booleangetId()getNote()getTitle()getType()inthashCode()The Celebration noterecipient(UserReference recipient) The Recipient of the celebrationvoidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidvoidsetRecipient(UserReference recipient) voidsetSourceEntity(SourceEntity sourceEntity) voidvoidsetType(Celebration.TypeEnum type) sourceEntity(SourceEntity sourceEntity) The celebration's source entityThe Celebration titletoString()type(Celebration.TypeEnum type) The Celebration Type
-
Constructor Details
-
Celebration
public Celebration() -
Celebration
-
-
Method Details
-
getId
-
recipient
The Recipient of the celebration -
getRecipient
-
setRecipient
-
createdBy
The creator of the celebration -
getCreatedBy
-
setCreatedBy
-
dateCreated
The date the celebration was created on. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
type
The Celebration Type -
getType
-
setType
-
title
The Celebration title -
getTitle
-
setTitle
-
note
The Celebration note -
getNote
-
setNote
-
sourceEntity
The celebration's source entity -
getSourceEntity
-
setSourceEntity
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-