| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogQuery |
CatalogQuery.Builder.build()
Builds a new
CatalogQuery object using the set fields. |
CatalogQuery |
SearchCatalogObjectsRequest.getQuery()
Getter for Query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogObjectsRequest.Builder |
SearchCatalogObjectsRequest.Builder.query(CatalogQuery query)
Setter for query.
|
| Constructor and Description |
|---|
SearchCatalogObjectsRequest(String cursor,
List<String> objectTypes,
Boolean includeDeletedObjects,
Boolean includeRelatedObjects,
String beginTime,
CatalogQuery query,
Integer limit)
Initialization constructor.
|
Copyright © 2022. All rights reserved.