Uses of Class
com.mypurecloud.sdk.v2.api.request.GetCoachingAppointmentAnnotationsRequest
Packages that use GetCoachingAppointmentAnnotationsRequest
-
Uses of GetCoachingAppointmentAnnotationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetCoachingAppointmentAnnotationsRequestModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentAnnotations(GetCoachingAppointmentAnnotationsRequest request) Get a list of annotations.CoachingApiAsync.getCoachingAppointmentAnnotationsAsync(GetCoachingAppointmentAnnotationsRequest request, AsyncApiCallback<CoachingAnnotationList> callback) Get a list of annotations. -
Uses of GetCoachingAppointmentAnnotationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetCoachingAppointmentAnnotationsRequestModifier and TypeMethodDescriptionGetCoachingAppointmentAnnotationsRequest.Builder.build()GetCoachingAppointmentAnnotationsRequest.withAppointmentId(String appointmentId) GetCoachingAppointmentAnnotationsRequest.withCustomHeader(String name, String value) GetCoachingAppointmentAnnotationsRequest.withPageNumber(Integer pageNumber) GetCoachingAppointmentAnnotationsRequest.withPageSize(Integer pageSize)