Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchCoachingAppointmentAnnotationRequest
Packages that use PatchCoachingAppointmentAnnotationRequest
-
Uses of PatchCoachingAppointmentAnnotationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchCoachingAppointmentAnnotationRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointmentAnnotation(PatchCoachingAppointmentAnnotationRequest request) Update an existing annotation.CoachingApiAsync.patchCoachingAppointmentAnnotationAsync(PatchCoachingAppointmentAnnotationRequest request, AsyncApiCallback<CoachingAnnotation> callback) Update an existing annotation. -
Uses of PatchCoachingAppointmentAnnotationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCoachingAppointmentAnnotationRequestModifier and TypeMethodDescriptionPatchCoachingAppointmentAnnotationRequest.Builder.build()PatchCoachingAppointmentAnnotationRequest.withAnnotationId(String annotationId) PatchCoachingAppointmentAnnotationRequest.withAppointmentId(String appointmentId) PatchCoachingAppointmentAnnotationRequest.withBody(CoachingAnnotation body) PatchCoachingAppointmentAnnotationRequest.withCustomHeader(String name, String value)