public static interface DocumentInfo.Builder extends SdkPojo, CopyableBuilder<DocumentInfo.Builder,DocumentInfo>
| Modifier and Type | Method and Description |
|---|---|
DocumentInfo.Builder |
attributes(Collection<DocumentAttribute> attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo.Builder |
attributes(Consumer<DocumentAttribute.Builder>... attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo.Builder |
attributes(DocumentAttribute... attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo.Builder |
documentId(String documentId)
The identifier of the document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentInfo.Builder documentId(String documentId)
The identifier of the document.
documentId - The identifier of the document.DocumentInfo.Builder attributes(Collection<DocumentAttribute> attributes)
Attributes that identify a specific version of a document to check.
The only valid attributes are:
version
datasourceId
jobExecutionId
The attributes follow these rules:
dataSourceId and jobExecutionId must be used together.
version is ignored if dataSourceId and jobExecutionId are not
provided.
If dataSourceId and jobExecutionId are provided, but version is not,
the version defaults to "0".
attributes - Attributes that identify a specific version of a document to check.
The only valid attributes are:
version
datasourceId
jobExecutionId
The attributes follow these rules:
dataSourceId and jobExecutionId must be used together.
version is ignored if dataSourceId and jobExecutionId are not
provided.
If dataSourceId and jobExecutionId are provided, but version is
not, the version defaults to "0".
DocumentInfo.Builder attributes(DocumentAttribute... attributes)
Attributes that identify a specific version of a document to check.
The only valid attributes are:
version
datasourceId
jobExecutionId
The attributes follow these rules:
dataSourceId and jobExecutionId must be used together.
version is ignored if dataSourceId and jobExecutionId are not
provided.
If dataSourceId and jobExecutionId are provided, but version is not,
the version defaults to "0".
attributes - Attributes that identify a specific version of a document to check.
The only valid attributes are:
version
datasourceId
jobExecutionId
The attributes follow these rules:
dataSourceId and jobExecutionId must be used together.
version is ignored if dataSourceId and jobExecutionId are not
provided.
If dataSourceId and jobExecutionId are provided, but version is
not, the version defaults to "0".
DocumentInfo.Builder attributes(Consumer<DocumentAttribute.Builder>... attributes)
Attributes that identify a specific version of a document to check.
The only valid attributes are:
version
datasourceId
jobExecutionId
The attributes follow these rules:
dataSourceId and jobExecutionId must be used together.
version is ignored if dataSourceId and jobExecutionId are not
provided.
If dataSourceId and jobExecutionId are provided, but version is not,
the version defaults to "0".
DocumentAttribute.Builder avoiding the need to create
one manually via DocumentAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
DocumentAttribute.Builder#attributes(java.util.Collection) Copyright © 2023. All rights reserved.