Uses of Interface
com.veeva.vault.sdk.api.annotation.AnnotationReference
Packages that use AnnotationReference
Package
Description
This package provides interfaces to manage document annotations in Vault.
-
Uses of AnnotationReference in com.veeva.vault.sdk.api.annotation
Methods in com.veeva.vault.sdk.api.annotation that return AnnotationReferenceModifier and TypeMethodDescriptionAnnotationReference.Builder.build()Builds a newAnnotationReferencewith the values in the builder set.Methods in com.veeva.vault.sdk.api.annotation that return types with arguments of type AnnotationReferenceModifier and TypeMethodDescriptionAnnotation.getReferences()Returns the references associated with this annotation.Method parameters in com.veeva.vault.sdk.api.annotation with type arguments of type AnnotationReferenceModifier and TypeMethodDescriptionAnnotation.Builder.withReferences(List<AnnotationReference> references) Optional: Sets the references associated with this annotation.