Uses of Class
com.mypurecloud.sdk.v2.api.request.PostCoachingAppointmentAnnotationsRequest
Packages that use PostCoachingAppointmentAnnotationsRequest
-
Uses of PostCoachingAppointmentAnnotationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostCoachingAppointmentAnnotationsRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentAnnotations(PostCoachingAppointmentAnnotationsRequest request) Create a new annotation.CoachingApiAsync.postCoachingAppointmentAnnotationsAsync(PostCoachingAppointmentAnnotationsRequest request, AsyncApiCallback<CoachingAnnotation> callback) Create a new annotation. -
Uses of PostCoachingAppointmentAnnotationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostCoachingAppointmentAnnotationsRequestModifier and TypeMethodDescriptionPostCoachingAppointmentAnnotationsRequest.Builder.build()PostCoachingAppointmentAnnotationsRequest.withAppointmentId(String appointmentId) PostCoachingAppointmentAnnotationsRequest.withBody(CoachingAnnotationCreateRequest body) PostCoachingAppointmentAnnotationsRequest.withCustomHeader(String name, String value)