Package com.mypurecloud.sdk.v2.model
Class Recognition
java.lang.Object
com.mypurecloud.sdk.v2.model.Recognition
- All Implemented Interfaces:
Serializable
Recognition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe context type (optional)static enumThe type of recognition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe context id (optional)contextType(Recognition.ContextTypeEnum contextType) The context type (optional)createdBy(UserReference createdBy) The creator of the recognitiondateAcknowledged(Date dateAcknowledged) The acknowledged date.dateCreated(Date dateCreated) The creation date.dateDisplayed(Date dateDisplayed) The displayed date.booleangetId()getNote()getTitle()getType()inthashCode()The recognition noterecipient(UserReference recipient) The recipient of the recognitionvoidsetContextId(String contextId) voidsetContextType(Recognition.ContextTypeEnum contextType) voidsetCreatedBy(UserReference createdBy) voidsetDateAcknowledged(Date dateAcknowledged) voidsetDateCreated(Date dateCreated) voidsetDateDisplayed(Date dateDisplayed) voidvoidsetRecipient(UserReference recipient) voidvoidsetType(Recognition.TypeEnum type) The recognition titletoString()type(Recognition.TypeEnum type) The type of recognition
-
Constructor Details
-
Recognition
public Recognition() -
Recognition
-
-
Method Details
-
getId
-
recipient
The recipient of the recognition -
getRecipient
-
setRecipient
-
createdBy
The creator of the recognition -
getCreatedBy
-
setCreatedBy
-
dateCreated
The creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
type
The type of recognition -
getType
-
setType
-
title
The recognition title -
getTitle
-
setTitle
-
note
The recognition note -
getNote
-
setNote
-
contextType
The context type (optional) -
getContextType
-
setContextType
-
contextId
The context id (optional) -
getContextId
-
setContextId
-
dateDisplayed
The displayed date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateDisplayed
-
setDateDisplayed
-
dateAcknowledged
The acknowledged date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateAcknowledged
-
setDateAcknowledged
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-