public class SearchCatalogItemsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCatalogItemsResponse.Builder
Class to build instances of
SearchCatalogItemsResponse. |
| Constructor and Description |
|---|
SearchCatalogItemsResponse(List<Error> errors,
List<CatalogObject> items,
String cursor,
List<String> matchedVariationIds)
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> |
getItems()
Getter for Items.
|
List<String> |
getMatchedVariationIds()
Getter for MatchedVariationIds.
|
int |
hashCode() |
SearchCatalogItemsResponse.Builder |
toBuilder()
Builds a new
SearchCatalogItemsResponse.Builder object. |
String |
toString()
Converts this SearchCatalogItemsResponse into string format.
|
public SearchCatalogItemsResponse(List<Error> errors, List<CatalogObject> items, String cursor, List<String> matchedVariationIds)
errors - List of Error value for errors.items - List of CatalogObject value for items.cursor - String value for cursor.matchedVariationIds - List of String value for matchedVariationIds.public HttpContext getContext()
public List<Error> getErrors()
public List<CatalogObject> getItems()
public String getCursor()
public List<String> getMatchedVariationIds()
public String toString()
public SearchCatalogItemsResponse.Builder toBuilder()
SearchCatalogItemsResponse.Builder object.
Creates the instance with the state of the current model.SearchCatalogItemsResponse.Builder objectCopyright © 2022. All rights reserved.