public static interface DocumentFieldCollectionRequest.Builder
DocumentFieldCollectionRequest.| Modifier and Type | Method and Description |
|---|---|
DocumentFieldCollectionRequest |
build()
Validates and retrieves a completed
DocumentFieldCollectionRequest. |
DocumentFieldCollectionRequest.Builder |
withDocumentType(DocumentType documentType)
Required: Sets the
DocumentType. |
DocumentFieldCollectionRequest.Builder |
withFieldFilter(DocumentFieldFilter fieldFilter)
Optional: Sets the filter to apply for
DocumentField bulk retrieval. |
DocumentFieldCollectionRequest.Builder |
withFieldNames(Set<String> fieldNames)
Optional: Sets the field names.
|
DocumentFieldCollectionRequest.Builder withDocumentType(DocumentType documentType)
DocumentType.documentType - the DocumentType. Cannot be null or empty. Document Type must exist.DocumentFieldCollectionRequest.BuilderDocumentFieldCollectionRequest.Builder withFieldNames(Set<String> fieldNames)
fieldNames - the set of names of the fields. Cannot be null or empty. Fields must exist. For example, name__v.DocumentFieldCollectionRequest.BuilderDocumentFieldCollectionRequest.Builder withFieldFilter(DocumentFieldFilter fieldFilter)
DocumentField bulk retrieval.
If omitted, retrieves all field metadata for the specified document type.fieldFilter - the filter criteria to apply. Cannot be null or empty.DocumentFieldCollectionRequest.BuilderDocumentFieldCollectionRequest build()
DocumentFieldCollectionRequest.DocumentFieldCollectionRequestCopyright © Veeva Systems 2017–2023. All rights reserved.