public static interface DocumentFilter.Builder extends SdkPojo, CopyableBuilder<DocumentFilter.Builder,DocumentFilter>
| Modifier and Type | Method and Description |
|---|---|
DocumentFilter.Builder |
key(DocumentFilterKey key)
The name of the filter.
|
DocumentFilter.Builder |
key(String key)
The name of the filter.
|
DocumentFilter.Builder |
value(String value)
The value of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentFilter.Builder key(String key)
The name of the filter.
key - The name of the filter.DocumentFilterKey,
DocumentFilterKeyDocumentFilter.Builder key(DocumentFilterKey key)
The name of the filter.
key - The name of the filter.DocumentFilterKey,
DocumentFilterKeyDocumentFilter.Builder value(String value)
The value of the filter.
value - The value of the filter.Copyright © 2021. All rights reserved.