Package com.mypurecloud.sdk.v2.model
Class CreateRecognition
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateRecognition
- All Implemented Interfaces:
Serializable
CreateRecognition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe context type (optional)static enumThe type of the recognition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe context id (optional)contextType(CreateRecognition.ContextTypeEnum contextType) The context type (optional)booleangetNote()getTitle()getType()inthashCode()The note of the recognition.recipientId(String recipientId) The recipient of the recognitionvoidsetContextId(String contextId) voidsetContextType(CreateRecognition.ContextTypeEnum contextType) voidvoidsetRecipientId(String recipientId) voidvoidThe title of the recognition.toString()The type of the recognition
-
Constructor Details
-
CreateRecognition
public CreateRecognition() -
CreateRecognition
-
-
Method Details
-
recipientId
The recipient of the recognition -
getRecipientId
-
setRecipientId
-
type
The type of the recognition -
getType
-
setType
-
title
The title of the recognition. Max length of 100 characters -
getTitle
-
setTitle
-
note
The note of the recognition. Max length of 800 characters (optional) -
getNote
-
setNote
-
contextType
The context type (optional) -
getContextType
-
setContextType
-
contextId
The context id (optional) -
getContextId
-
setContextId
-
equals
-
hashCode
public int hashCode() -
toString
-