public static class CatalogObjectBatch.Builder extends Object
CatalogObjectBatch.| Constructor and Description |
|---|
Builder(List<CatalogObject> objects)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogObjectBatch |
build()
Builds a new
CatalogObjectBatch object using the set fields. |
CatalogObjectBatch.Builder |
objects(List<CatalogObject> objects)
Setter for objects.
|
public Builder(List<CatalogObject> objects)
objects - List of CatalogObject value for objects.public CatalogObjectBatch.Builder objects(List<CatalogObject> objects)
objects - List of CatalogObject value for objects.public CatalogObjectBatch build()
CatalogObjectBatch object using the set fields.CatalogObjectBatchCopyright © 2022. All rights reserved.