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