Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchCoachingAppointmentAnnotationRequest.Builder
Packages that use PatchCoachingAppointmentAnnotationRequest.Builder
-
Uses of PatchCoachingAppointmentAnnotationRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCoachingAppointmentAnnotationRequest.BuilderModifier and TypeMethodDescriptionPatchCoachingAppointmentAnnotationRequest.builder()PatchCoachingAppointmentAnnotationRequest.builder(String appointmentId, String annotationId, CoachingAnnotation body) PatchCoachingAppointmentAnnotationRequest.Builder.withAnnotationId(String annotationId) PatchCoachingAppointmentAnnotationRequest.Builder.withAppointmentId(String appointmentId) PatchCoachingAppointmentAnnotationRequest.Builder.withBody(CoachingAnnotation body) PatchCoachingAppointmentAnnotationRequest.Builder.withRequiredParams(String appointmentId, String annotationId, CoachingAnnotation body)