public static class BatchRetrieveCatalogObjectsRequest.Builder extends Object
BatchRetrieveCatalogObjectsRequest.| Constructor and Description |
|---|
Builder(List<String> objectIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRetrieveCatalogObjectsRequest |
build()
Builds a new
BatchRetrieveCatalogObjectsRequest object using the set fields. |
BatchRetrieveCatalogObjectsRequest.Builder |
catalogVersion(Long catalogVersion)
Setter for catalogVersion.
|
BatchRetrieveCatalogObjectsRequest.Builder |
includeDeletedObjects(Boolean includeDeletedObjects)
Setter for includeDeletedObjects.
|
BatchRetrieveCatalogObjectsRequest.Builder |
includeRelatedObjects(Boolean includeRelatedObjects)
Setter for includeRelatedObjects.
|
BatchRetrieveCatalogObjectsRequest.Builder |
objectIds(List<String> objectIds)
Setter for objectIds.
|
public BatchRetrieveCatalogObjectsRequest.Builder objectIds(List<String> objectIds)
objectIds - List of String value for objectIds.public BatchRetrieveCatalogObjectsRequest.Builder includeRelatedObjects(Boolean includeRelatedObjects)
includeRelatedObjects - Boolean value for includeRelatedObjects.public BatchRetrieveCatalogObjectsRequest.Builder catalogVersion(Long catalogVersion)
catalogVersion - Long value for catalogVersion.public BatchRetrieveCatalogObjectsRequest.Builder includeDeletedObjects(Boolean includeDeletedObjects)
includeDeletedObjects - Boolean value for includeDeletedObjects.public BatchRetrieveCatalogObjectsRequest build()
BatchRetrieveCatalogObjectsRequest object using the set fields.BatchRetrieveCatalogObjectsRequestCopyright © 2022. All rights reserved.