| Package | Description |
|---|---|
| com.veeva.vault.sdk.api.annotation |
This package provides interfaces to manage document annotations in Vault.
|
| Class and Description |
|---|
| Annotation
Represents a document annotation.
|
| Annotation.Builder
Creates an instance of
Annotation. |
| AnnotationBatchDeleteError
Represents a positional error result for batch delete operations calls from
AnnotationService, indicating that
one of the inputs in the batch failed. |
| AnnotationBatchDeleteErrorResult
Provides data about an error included in the response of batch delete operations provided by
AnnotationService, including the error message and type. |
| AnnotationBatchDeleteErrorType
Represents the error types included in the response of batch delete operations provided by
AnnotationService
when a particular input fails with an error. |
| AnnotationBatchDeleteRequest
Represents a request to delete multiple annotations by providing a
List of annotation IDs. |
| AnnotationBatchDeleteRequest.Builder
Creates an instance of
AnnotationBatchDeleteRequest. |
| AnnotationBatchSaveError
Represents a positional error result for batch save operations calls from
AnnotationService, indicating that
one of the inputs in the batch failed. |
| AnnotationBatchSaveErrorResult
Provides data about an error included in the response of batch save operations provided by
AnnotationService, including the error message and type. |
| AnnotationBatchSaveErrorType
Represents error types included in the response of batch save operations provided by
AnnotationService
when a particular input fails with an error. |
| AnnotationBatchSaveRequest
Represents a request to create or update multiple annotations by providing a
List of Annotations. |
| AnnotationBatchSaveRequest.Builder
Creates an instance of
AnnotationBatchSaveRequest. |
| AnnotationBatchSaveSuccess
Represents the result of processing an
AnnotationService.batchSaveAnnotations(AnnotationBatchSaveRequest),
indicating that one of the Annotations passed in the batch successfully created at least one resulting
annotation. |
| AnnotationField
Provides methods to retrieve common metadata information of the specified annotation field.
|
| AnnotationFieldRequest
Provides methods to retrieve the metadata of an
AnnotationField. |
| AnnotationFieldRequest.Builder
Creates an instance of
AnnotationFieldRequest. |
| AnnotationPlacemark
Represents an annotation placemark and provides methods to retrieve field values and type names for any
annotation placemark type.
|
| AnnotationPlacemark.Builder
Creates an instance of
AnnotationPlacemark. |
| AnnotationPlacemarkField
Provides methods to retrieve common metadata information of the specified annotation placemark field.
|
| AnnotationPlacemarkFieldRequest
Retrieves an instance of
AnnotationPlacemarkField to build the request for retrieving annotation placemark
field metadata. |
| AnnotationPlacemarkFieldRequest.Builder
Creates an instance of
AnnotationPlacemarkFieldRequest. |
| AnnotationPlacemarkType
Provides methods to retrieve common metadata information of the specified annotation placemark type.
|
| AnnotationPlacemarkTypeRequest
Retrieves an instance of
AnnotationPlacemarkType to build the request for retrieving annotation placemark
type metadata. |
| AnnotationPlacemarkTypeRequest.Builder
Creates an instance of
AnnotationPlacemarkTypeRequest. |
| AnnotationPlacemarkValueSetRequest
Used to request the value set of an
AnnotationPlacemarkField on a particular AnnotationPlacemarkType. |
| AnnotationPlacemarkValueSetRequest.Builder
Creates an instance of
AnnotationPlacemarkValueSetRequest. |
| AnnotationPlacemarkValueType
Types of data supported by
AnnotationPlacemarks. |
| AnnotationReadErrorResult
Represents an error included in the response of read operations provided by
AnnotationService. |
| AnnotationReadErrorType
Error types that may occur during read operations provided by
AnnotationService when a
request fails with an error. |
| AnnotationReadOperation
A sequence of instructions that can be chained together to read annotations, building up to a final operation that
can be executed with
AnnotationReadOperation.execute(). |
| AnnotationReadRequest
Requests to read multiple annotations by providing either a
List of unique annotation IDs or a document
version ID to read annotations from. |
| AnnotationReadRequest.Builder
A builder for an
AnnotationReadRequest, including filters on the request. |
| AnnotationReadResponse
Response from a call to
AnnotationService.readAnnotations(AnnotationReadRequest). |
| AnnotationReference
Represents an annotation reference.
|
| AnnotationReference.Builder
Creates an instance of
AnnotationReference. |
| AnnotationReferenceField
Provides methods to retrieve common metadata information of the specified annotation reference field.
|
| AnnotationReferenceFieldRequest
Used to request the metadata of an
AnnotationReferenceField. |
| AnnotationReferenceFieldRequest.Builder
Creates an instance of
AnnotationReferenceFieldRequest. |
| AnnotationReferenceType
Provides methods to retrieve common metadata information of the specified annotation reference type.
|
| AnnotationReferenceTypeRequest
Used to request the metadata of an
AnnotationReferenceType. |
| AnnotationReferenceTypeRequest.Builder
Creates an instance of
AnnotationReferenceTypeRequest. |
| AnnotationReferenceValueType
Types of data supported by
AnnotationReferences. |
| AnnotationReplyReadRequest
Requests to read the replies of a given parent annotation.
|
| AnnotationReplyReadRequest.Builder
Creates an instance of
AnnotationReplyReadRequest. |
| AnnotationType
Provides methods to retrieve common metadata information of the specified annotation type.
|
| AnnotationTypeRequest
Used to request the metadata of an
AnnotationType. |
| AnnotationTypeRequest.Builder
Creates an instance of
AnnotationTypeRequest. |
| AnnotationValueSetRequest
Used to request the value set of an
AnnotationField on a particular AnnotationType. |
| AnnotationValueSetRequest.Builder
Creates an instance of
AnnotationValueSetRequest. |
| AnnotationValueType
Types of data supported by
Annotations. |
Copyright © Veeva Systems 2017–2023. All rights reserved.