Uses of Class
com.mypurecloud.sdk.v2.model.Recognition
Packages that use Recognition
-
Uses of Recognition in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecognitionModifier and TypeMethodDescriptionEmployeeEngagementApi.getEmployeeengagementRecognition(GetEmployeeengagementRecognitionRequest request) Gets a single recognitionEmployeeEngagementApi.getEmployeeengagementRecognition(String recognitionId) Gets a single recognitionMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecognitionModifier and TypeMethodDescriptionEmployeeEngagementApi.getEmployeeengagementRecognition(ApiRequest<Void> request) Gets a single recognitionEmployeeEngagementApiAsync.getEmployeeengagementRecognitionAsync(GetEmployeeengagementRecognitionRequest request, AsyncApiCallback<Recognition> callback) Gets a single recognitionEmployeeEngagementApiAsync.getEmployeeengagementRecognitionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Recognition>> callback) Gets a single recognitionEmployeeEngagementApi.getEmployeeengagementRecognitionWithHttpInfo(String recognitionId) Gets a single recognitionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecognitionModifier and TypeMethodDescriptionEmployeeEngagementApiAsync.getEmployeeengagementRecognitionAsync(GetEmployeeengagementRecognitionRequest request, AsyncApiCallback<Recognition> callback) Gets a single recognitionEmployeeEngagementApiAsync.getEmployeeengagementRecognitionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Recognition>> callback) Gets a single recognition -
Uses of Recognition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecognitionModifier and TypeMethodDescriptionThe context id (optional)Recognition.contextType(Recognition.ContextTypeEnum contextType) The context type (optional)Recognition.createdBy(UserReference createdBy) The creator of the recognitionRecognition.dateAcknowledged(Date dateAcknowledged) The acknowledged date.Recognition.dateCreated(Date dateCreated) The creation date.Recognition.dateDisplayed(Date dateDisplayed) The displayed date.The recognition noteRecognition.recipient(UserReference recipient) The recipient of the recognitionThe recognition titleRecognition.type(Recognition.TypeEnum type) The type of recognitionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type RecognitionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RecognitionModifier and TypeMethodDescriptionRecognitions.entities(List<Recognition> entities) voidRecognitions.setEntities(List<Recognition> entities)