Uses of Class
com.mypurecloud.sdk.v2.model.CoachingNotification
Packages that use CoachingNotification
Package
Description
-
Uses of CoachingNotification in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingNotificationModifier and TypeMethodDescriptionCoachingApi.getCoachingNotification(GetCoachingNotificationRequest request) Get an existing notification Permission not required if you are the owner of the notification.CoachingApi.getCoachingNotification(String notificationId, List<String> expand) Get an existing notification Permission not required if you are the owner of the notification.CoachingApi.patchCoachingNotification(PatchCoachingNotificationRequest request) Update an existing notification.CoachingApi.patchCoachingNotification(String notificationId, CoachingNotification body) Update an existing notification.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingNotificationModifier and TypeMethodDescriptionCoachingApi.getCoachingNotification(ApiRequest<Void> request) Get an existing notification Permission not required if you are the owner of the notification.CoachingApiAsync.getCoachingNotificationAsync(GetCoachingNotificationRequest request, AsyncApiCallback<CoachingNotification> callback) Get an existing notification Permission not required if you are the owner of the notification.CoachingApiAsync.getCoachingNotificationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingNotification>> callback) Get an existing notification Permission not required if you are the owner of the notification.CoachingApi.getCoachingNotificationWithHttpInfo(String notificationId, List<String> expand) Get an existing notification Permission not required if you are the owner of the notification.CoachingApi.patchCoachingNotification(ApiRequest<CoachingNotification> request) Update an existing notification.CoachingApiAsync.patchCoachingNotificationAsync(PatchCoachingNotificationRequest request, AsyncApiCallback<CoachingNotification> callback) Update an existing notification.CoachingApiAsync.patchCoachingNotificationAsync(ApiRequest<CoachingNotification> request, AsyncApiCallback<ApiResponse<CoachingNotification>> callback) Update an existing notification.CoachingApi.patchCoachingNotificationWithHttpInfo(String notificationId, CoachingNotification body) Update an existing notification.Methods in com.mypurecloud.sdk.v2.api with parameters of type CoachingNotificationModifier and TypeMethodDescriptionCoachingApi.patchCoachingNotification(String notificationId, CoachingNotification body) Update an existing notification.CoachingApi.patchCoachingNotificationWithHttpInfo(String notificationId, CoachingNotification body) Update an existing notification.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingNotificationModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingNotificationAsync(GetCoachingNotificationRequest request, AsyncApiCallback<CoachingNotification> callback) Get an existing notification Permission not required if you are the owner of the notification.CoachingApiAsync.getCoachingNotificationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingNotification>> callback) Get an existing notification Permission not required if you are the owner of the notification.CoachingApi.patchCoachingNotification(ApiRequest<CoachingNotification> request) Update an existing notification.CoachingApiAsync.patchCoachingNotificationAsync(PatchCoachingNotificationRequest request, AsyncApiCallback<CoachingNotification> callback) Update an existing notification.CoachingApiAsync.patchCoachingNotificationAsync(ApiRequest<CoachingNotification> request, AsyncApiCallback<ApiResponse<CoachingNotification>> callback) Update an existing notification.CoachingApiAsync.patchCoachingNotificationAsync(ApiRequest<CoachingNotification> request, AsyncApiCallback<ApiResponse<CoachingNotification>> callback) Update an existing notification. -
Uses of CoachingNotification in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CoachingNotificationMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CoachingNotificationMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CoachingNotificationModifier and TypeMethodDescriptionPatchCoachingNotificationRequest.builder(String notificationId, CoachingNotification body) voidPatchCoachingNotificationRequest.setBody(CoachingNotification body) PatchCoachingNotificationRequest.Builder.withBody(CoachingNotification body) PatchCoachingNotificationRequest.withBody(CoachingNotification body) PatchCoachingNotificationRequest.Builder.withRequiredParams(String notificationId, CoachingNotification body) -
Uses of CoachingNotification in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingNotificationModifier and TypeMethodDescriptionCoachingNotification.markedAsRead(Boolean markedAsRead) Indicates if notification is read or unreadMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CoachingNotificationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CoachingNotificationModifier and TypeMethodDescriptionCoachingNotificationList.entities(List<CoachingNotification> entities) voidCoachingNotificationList.setEntities(List<CoachingNotification> entities)