Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAnnotation
Packages that use CoachingAnnotation
Package
Description
-
Uses of CoachingAnnotation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingAnnotationModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentAnnotation(GetCoachingAppointmentAnnotationRequest request) Retrieve an annotation.CoachingApi.getCoachingAppointmentAnnotation(String appointmentId, String annotationId) Retrieve an annotation.CoachingApi.patchCoachingAppointmentAnnotation(PatchCoachingAppointmentAnnotationRequest request) Update an existing annotation.CoachingApi.patchCoachingAppointmentAnnotation(String appointmentId, String annotationId, CoachingAnnotation body) Update an existing annotation.CoachingApi.postCoachingAppointmentAnnotations(PostCoachingAppointmentAnnotationsRequest request) Create a new annotation.CoachingApi.postCoachingAppointmentAnnotations(String appointmentId, CoachingAnnotationCreateRequest body) Create a new annotation.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingAnnotationModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentAnnotation(ApiRequest<Void> request) Retrieve an annotation.CoachingApiAsync.getCoachingAppointmentAnnotationAsync(GetCoachingAppointmentAnnotationRequest request, AsyncApiCallback<CoachingAnnotation> callback) Retrieve an annotation.CoachingApiAsync.getCoachingAppointmentAnnotationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Retrieve an annotation.CoachingApi.getCoachingAppointmentAnnotationWithHttpInfo(String appointmentId, String annotationId) Retrieve an annotation.CoachingApi.patchCoachingAppointmentAnnotation(ApiRequest<CoachingAnnotation> request) Update an existing annotation.CoachingApiAsync.patchCoachingAppointmentAnnotationAsync(PatchCoachingAppointmentAnnotationRequest request, AsyncApiCallback<CoachingAnnotation> callback) Update an existing annotation.CoachingApiAsync.patchCoachingAppointmentAnnotationAsync(ApiRequest<CoachingAnnotation> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Update an existing annotation.CoachingApi.patchCoachingAppointmentAnnotationWithHttpInfo(String appointmentId, String annotationId, CoachingAnnotation body) Update an existing annotation.CoachingApi.postCoachingAppointmentAnnotations(ApiRequest<CoachingAnnotationCreateRequest> request) Create a new annotation.CoachingApiAsync.postCoachingAppointmentAnnotationsAsync(PostCoachingAppointmentAnnotationsRequest request, AsyncApiCallback<CoachingAnnotation> callback) Create a new annotation.CoachingApiAsync.postCoachingAppointmentAnnotationsAsync(ApiRequest<CoachingAnnotationCreateRequest> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Create a new annotation.CoachingApi.postCoachingAppointmentAnnotationsWithHttpInfo(String appointmentId, CoachingAnnotationCreateRequest body) Create a new annotation.Methods in com.mypurecloud.sdk.v2.api with parameters of type CoachingAnnotationModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointmentAnnotation(String appointmentId, String annotationId, CoachingAnnotation body) Update an existing annotation.CoachingApi.patchCoachingAppointmentAnnotationWithHttpInfo(String appointmentId, String annotationId, CoachingAnnotation body) Update an existing annotation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAnnotationModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingAppointmentAnnotationAsync(GetCoachingAppointmentAnnotationRequest request, AsyncApiCallback<CoachingAnnotation> callback) Retrieve an annotation.CoachingApiAsync.getCoachingAppointmentAnnotationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Retrieve an annotation.CoachingApi.patchCoachingAppointmentAnnotation(ApiRequest<CoachingAnnotation> request) Update an existing annotation.CoachingApiAsync.patchCoachingAppointmentAnnotationAsync(PatchCoachingAppointmentAnnotationRequest request, AsyncApiCallback<CoachingAnnotation> callback) Update an existing annotation.CoachingApiAsync.patchCoachingAppointmentAnnotationAsync(ApiRequest<CoachingAnnotation> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Update an existing annotation.CoachingApiAsync.patchCoachingAppointmentAnnotationAsync(ApiRequest<CoachingAnnotation> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Update an existing annotation.CoachingApiAsync.postCoachingAppointmentAnnotationsAsync(PostCoachingAppointmentAnnotationsRequest request, AsyncApiCallback<CoachingAnnotation> callback) Create a new annotation.CoachingApiAsync.postCoachingAppointmentAnnotationsAsync(ApiRequest<CoachingAnnotationCreateRequest> request, AsyncApiCallback<ApiResponse<CoachingAnnotation>> callback) Create a new annotation. -
Uses of CoachingAnnotation in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CoachingAnnotationMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CoachingAnnotationMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CoachingAnnotationModifier and TypeMethodDescriptionPatchCoachingAppointmentAnnotationRequest.builder(String appointmentId, String annotationId, CoachingAnnotation body) voidPatchCoachingAppointmentAnnotationRequest.setBody(CoachingAnnotation body) PatchCoachingAppointmentAnnotationRequest.Builder.withBody(CoachingAnnotation body) PatchCoachingAppointmentAnnotationRequest.withBody(CoachingAnnotation body) PatchCoachingAppointmentAnnotationRequest.Builder.withRequiredParams(String appointmentId, String annotationId, CoachingAnnotation body) -
Uses of CoachingAnnotation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAnnotationModifier and TypeMethodDescriptionThe text of the annotation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CoachingAnnotationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CoachingAnnotationModifier and TypeMethodDescriptionCoachingAnnotationList.entities(List<CoachingAnnotation> entities) voidCoachingAnnotationList.setEntities(List<CoachingAnnotation> entities)