Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchCoachingNotificationRequest
Packages that use PatchCoachingNotificationRequest
-
Uses of PatchCoachingNotificationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchCoachingNotificationRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingNotification(PatchCoachingNotificationRequest request) Update an existing notification.CoachingApiAsync.patchCoachingNotificationAsync(PatchCoachingNotificationRequest request, AsyncApiCallback<CoachingNotification> callback) Update an existing notification. -
Uses of PatchCoachingNotificationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCoachingNotificationRequestModifier and TypeMethodDescriptionPatchCoachingNotificationRequest.Builder.build()PatchCoachingNotificationRequest.withBody(CoachingNotification body) PatchCoachingNotificationRequest.withCustomHeader(String name, String value) PatchCoachingNotificationRequest.withNotificationId(String notificationId)