public class SearchCatalogObjectsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCatalogObjectsResponse.Builder
Class to build instances of
SearchCatalogObjectsResponse. |
| Constructor and Description |
|---|
SearchCatalogObjectsResponse(List<Error> errors,
String cursor,
List<CatalogObject> objects,
List<CatalogObject> relatedObjects,
String latestTime)
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.
|
String |
getLatestTime()
Getter for LatestTime.
|
List<CatalogObject> |
getObjects()
Getter for Objects.
|
List<CatalogObject> |
getRelatedObjects()
Getter for RelatedObjects.
|
int |
hashCode() |
SearchCatalogObjectsResponse.Builder |
toBuilder()
Builds a new
SearchCatalogObjectsResponse.Builder object. |
String |
toString()
Converts this SearchCatalogObjectsResponse into string format.
|
public SearchCatalogObjectsResponse(List<Error> errors, String cursor, List<CatalogObject> objects, List<CatalogObject> relatedObjects, String latestTime)
errors - List of Error value for errors.cursor - String value for cursor.objects - List of CatalogObject value for objects.relatedObjects - List of CatalogObject value for relatedObjects.latestTime - String value for latestTime.public HttpContext getContext()
public List<Error> getErrors()
public String getCursor()
public List<CatalogObject> getObjects()
public List<CatalogObject> getRelatedObjects()
public String getLatestTime()
public String toString()
public SearchCatalogObjectsResponse.Builder toBuilder()
SearchCatalogObjectsResponse.Builder object.
Creates the instance with the state of the current model.SearchCatalogObjectsResponse.Builder objectCopyright © 2022. All rights reserved.