Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteCoachingAppointmentAnnotationRequest
Packages that use DeleteCoachingAppointmentAnnotationRequest
-
Uses of DeleteCoachingAppointmentAnnotationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteCoachingAppointmentAnnotationRequestModifier and TypeMethodDescriptionvoidCoachingApi.deleteCoachingAppointmentAnnotation(DeleteCoachingAppointmentAnnotationRequest request) Delete an existing annotation You must have the appropriate permission for the type of annotation you are updating.CoachingApiAsync.deleteCoachingAppointmentAnnotationAsync(DeleteCoachingAppointmentAnnotationRequest request, AsyncApiCallback<Void> callback) Delete an existing annotation You must have the appropriate permission for the type of annotation you are updating. -
Uses of DeleteCoachingAppointmentAnnotationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteCoachingAppointmentAnnotationRequestModifier and TypeMethodDescriptionDeleteCoachingAppointmentAnnotationRequest.Builder.build()DeleteCoachingAppointmentAnnotationRequest.withAnnotationId(String annotationId) DeleteCoachingAppointmentAnnotationRequest.withAppointmentId(String appointmentId) DeleteCoachingAppointmentAnnotationRequest.withCustomHeader(String name, String value)