Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAnnotationList
Packages that use CoachingAnnotationList
-
Uses of CoachingAnnotationList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingAnnotationListModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentAnnotations(GetCoachingAppointmentAnnotationsRequest request) Get a list of annotations.CoachingApi.getCoachingAppointmentAnnotations(String appointmentId, Integer pageNumber, Integer pageSize) Get a list of annotations.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingAnnotationListModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentAnnotations(ApiRequest<Void> request) Get a list of annotations.CoachingApiAsync.getCoachingAppointmentAnnotationsAsync(GetCoachingAppointmentAnnotationsRequest request, AsyncApiCallback<CoachingAnnotationList> callback) Get a list of annotations.CoachingApiAsync.getCoachingAppointmentAnnotationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAnnotationList>> callback) Get a list of annotations.CoachingApi.getCoachingAppointmentAnnotationsWithHttpInfo(String appointmentId, Integer pageNumber, Integer pageSize) Get a list of annotations.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAnnotationListModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingAppointmentAnnotationsAsync(GetCoachingAppointmentAnnotationsRequest request, AsyncApiCallback<CoachingAnnotationList> callback) Get a list of annotations.CoachingApiAsync.getCoachingAppointmentAnnotationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAnnotationList>> callback) Get a list of annotations. -
Uses of CoachingAnnotationList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAnnotationListModifier and TypeMethodDescriptionCoachingAnnotationList.entities(List<CoachingAnnotation> entities) CoachingAnnotationList.pageNumber(Integer pageNumber) CoachingAnnotationList.previousUri(String previousUri)