public class CatalogObjectBatch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogObjectBatch.Builder
Class to build instances of
CatalogObjectBatch. |
| Constructor and Description |
|---|
CatalogObjectBatch(List<CatalogObject> objects)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CatalogObject> |
getObjects()
Getter for Objects.
|
int |
hashCode() |
CatalogObjectBatch.Builder |
toBuilder()
Builds a new
CatalogObjectBatch.Builder object. |
String |
toString()
Converts this CatalogObjectBatch into string format.
|
public CatalogObjectBatch(List<CatalogObject> objects)
objects - List of CatalogObject value for objects.public List<CatalogObject> getObjects()
public String toString()
public CatalogObjectBatch.Builder toBuilder()
CatalogObjectBatch.Builder object.
Creates the instance with the state of the current model.CatalogObjectBatch.Builder objectCopyright © 2022. All rights reserved.