Uses of Class
com.mypurecloud.sdk.v2.model.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AnnotationModifier and TypeMethodDescriptionRecordingApi.getConversationRecordingAnnotation(GetConversationRecordingAnnotationRequest request) Get annotationRecordingApi.getConversationRecordingAnnotation(String conversationId, String recordingId, String annotationId) Get annotationRecordingApi.postConversationRecordingAnnotations(PostConversationRecordingAnnotationsRequest request) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.postConversationRecordingAnnotations(String conversationId, String recordingId, Annotation body) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotation(PutConversationRecordingAnnotationRequest request) Update annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotation(String conversationId, String recordingId, String annotationId, Annotation body) Update annotation If the annotation does not exist on the recording, it is created.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AnnotationModifier and TypeMethodDescriptionRecordingApi.getConversationRecordingAnnotation(ApiRequest<Void> request) Get annotationRecordingApiAsync.getConversationRecordingAnnotationAsync(GetConversationRecordingAnnotationRequest request, AsyncApiCallback<Annotation> callback) Get annotationRecordingApiAsync.getConversationRecordingAnnotationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Get annotationRecordingApi.getConversationRecordingAnnotations(GetConversationRecordingAnnotationsRequest request) Get annotations for recordingRecordingApi.getConversationRecordingAnnotations(ApiRequest<Void> request) Get annotations for recordingRecordingApi.getConversationRecordingAnnotations(String conversationId, String recordingId) Get annotations for recordingRecordingApiAsync.getConversationRecordingAnnotationsAsync(GetConversationRecordingAnnotationsRequest request, AsyncApiCallback<List<Annotation>> callback) Get annotations for recordingRecordingApiAsync.getConversationRecordingAnnotationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Annotation>>> callback) Get annotations for recordingRecordingApi.getConversationRecordingAnnotationsWithHttpInfo(String conversationId, String recordingId) Get annotations for recordingRecordingApi.getConversationRecordingAnnotationWithHttpInfo(String conversationId, String recordingId, String annotationId) Get annotationRecordingApi.postConversationRecordingAnnotations(ApiRequest<Annotation> request) Create annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.postConversationRecordingAnnotationsAsync(PostConversationRecordingAnnotationsRequest request, AsyncApiCallback<Annotation> callback) Create annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.postConversationRecordingAnnotationsAsync(ApiRequest<Annotation> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.postConversationRecordingAnnotationsWithHttpInfo(String conversationId, String recordingId, Annotation body) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotation(ApiRequest<Annotation> request) Update annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.putConversationRecordingAnnotationAsync(PutConversationRecordingAnnotationRequest request, AsyncApiCallback<Annotation> callback) Update annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.putConversationRecordingAnnotationAsync(ApiRequest<Annotation> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Update annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotationWithHttpInfo(String conversationId, String recordingId, String annotationId, Annotation body) Update annotation If the annotation does not exist on the recording, it is created.Methods in com.mypurecloud.sdk.v2.api with parameters of type AnnotationModifier and TypeMethodDescriptionRecordingApi.postConversationRecordingAnnotations(String conversationId, String recordingId, Annotation body) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.postConversationRecordingAnnotationsWithHttpInfo(String conversationId, String recordingId, Annotation body) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotation(String conversationId, String recordingId, String annotationId, Annotation body) Update annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotationWithHttpInfo(String conversationId, String recordingId, String annotationId, Annotation body) Update annotation If the annotation does not exist on the recording, it is created.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AnnotationModifier and TypeMethodDescriptionRecordingApiAsync.getConversationRecordingAnnotationAsync(GetConversationRecordingAnnotationRequest request, AsyncApiCallback<Annotation> callback) Get annotationRecordingApiAsync.getConversationRecordingAnnotationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Get annotationRecordingApiAsync.getConversationRecordingAnnotationsAsync(GetConversationRecordingAnnotationsRequest request, AsyncApiCallback<List<Annotation>> callback) Get annotations for recordingRecordingApiAsync.getConversationRecordingAnnotationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Annotation>>> callback) Get annotations for recordingRecordingApi.postConversationRecordingAnnotations(ApiRequest<Annotation> request) Create annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.postConversationRecordingAnnotationsAsync(PostConversationRecordingAnnotationsRequest request, AsyncApiCallback<Annotation> callback) Create annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.postConversationRecordingAnnotationsAsync(ApiRequest<Annotation> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Create annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.postConversationRecordingAnnotationsAsync(ApiRequest<Annotation> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Create annotation If the annotation does not exist on the recording, it is created.RecordingApi.putConversationRecordingAnnotation(ApiRequest<Annotation> request) Update annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.putConversationRecordingAnnotationAsync(PutConversationRecordingAnnotationRequest request, AsyncApiCallback<Annotation> callback) Update annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.putConversationRecordingAnnotationAsync(ApiRequest<Annotation> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Update annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.putConversationRecordingAnnotationAsync(ApiRequest<Annotation> request, AsyncApiCallback<ApiResponse<Annotation>> callback) Update annotation If the annotation does not exist on the recording, it is created. -
Uses of Annotation in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AnnotationModifier and TypeMethodDescriptionPostConversationRecordingAnnotationsRequest.getBody()PutConversationRecordingAnnotationRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AnnotationModifier and TypeMethodDescriptionPostConversationRecordingAnnotationsRequest.withHttpInfo()PutConversationRecordingAnnotationRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AnnotationModifier and TypeMethodDescriptionPostConversationRecordingAnnotationsRequest.builder(String conversationId, String recordingId, Annotation body) PutConversationRecordingAnnotationRequest.builder(String conversationId, String recordingId, String annotationId, Annotation body) voidPostConversationRecordingAnnotationsRequest.setBody(Annotation body) voidPutConversationRecordingAnnotationRequest.setBody(Annotation body) PostConversationRecordingAnnotationsRequest.Builder.withBody(Annotation body) PostConversationRecordingAnnotationsRequest.withBody(Annotation body) PutConversationRecordingAnnotationRequest.Builder.withBody(Annotation body) PutConversationRecordingAnnotationRequest.withBody(Annotation body) PostConversationRecordingAnnotationsRequest.Builder.withRequiredParams(String conversationId, String recordingId, Annotation body) PutConversationRecordingAnnotationRequest.Builder.withRequiredParams(String conversationId, String recordingId, String annotationId, Annotation body) -
Uses of Annotation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnnotationModifier and TypeMethodDescriptionAnnotation.absoluteDurationMs(Long absoluteDurationMs) Duration of annotation (milliseconds).Annotation.absoluteLocation(Long absoluteLocation) Offset of annotation (milliseconds) from start of recording (after removing the cumulative duration of all pauses).Annotation.description(String description) Text of annotation.Annotation.durationMs(Long durationMs) Duration of annotation in milliseconds.Annotation id.Offset of annotation in milliseconds.Annotation.recordingDurationMs(Long recordingDurationMs) Duration of annotation (milliseconds), adjusted for any recording cuts.Annotation.recordingLocation(Long recordingLocation) Offset of annotation (milliseconds) from start of recording, adjusted for any recording cutsUser that created this annotation (if any).Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAnnotation.getAnnotations()Recording.getAnnotations()RecordingMetadata.getAnnotations()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnnotationModifier and TypeMethodDescriptionRecording.annotations(List<Annotation> annotations) Annotations that belong to the recording.RecordingMetadata.annotations(List<Annotation> annotations) Annotations that belong to the recording.voidRecording.setAnnotations(List<Annotation> annotations) voidRecordingMetadata.setAnnotations(List<Annotation> annotations)