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