Package com.mypurecloud.sdk.v2.model
Class RecognitionBase
java.lang.Object
com.mypurecloud.sdk.v2.model.RecognitionBase
- All Implemented Interfaces:
Serializable
RecognitionBase
- 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(RecognitionBase.ContextTypeEnum contextType) The context type (optional)createdBy(UserReference createdBy) The creator of the recognitiondateCreated(Date dateCreated) The creation date.booleangetId()getNote()getTitle()getType()inthashCode()The recognition noterecipient(UserReference recipient) The recipient of the recognitionvoidsetContextId(String contextId) voidsetContextType(RecognitionBase.ContextTypeEnum contextType) voidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidvoidsetRecipient(UserReference recipient) voidvoidThe recognition titletoString()type(RecognitionBase.TypeEnum type) The type of recognition
-
Constructor Details
-
RecognitionBase
public RecognitionBase() -
RecognitionBase
-
-
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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-