public static class SearchProductsRequest.SearchProductsRequestBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SearchProductsRequest |
build() |
SearchProductsRequest.SearchProductsRequestBuilder |
isArchived(boolean isArchived)
Indicates if the products that are searched for are archived or not.
|
SearchProductsRequest.SearchProductsRequestBuilder |
limit(Integer limit)
Number of results you want to be shown.
|
SearchProductsRequest.SearchProductsRequestBuilder |
offset(Integer offset)
The initial index from which to return the results.
|
SearchProductsRequest.SearchProductsRequestBuilder |
orderBy(String orderBy)
The result of the queries is a list
that can than be ordered in ascending order by some attribute.
|
SearchProductsRequest.SearchProductsRequestBuilder |
sortDescending(boolean sortDescending)
Indicates if the results of the queries should be ordered in descending order.
|
String |
toString() |
public SearchProductsRequest.SearchProductsRequestBuilder limit(Integer limit)
this
.public SearchProductsRequest.SearchProductsRequestBuilder offset(Integer offset)
this
.public SearchProductsRequest.SearchProductsRequestBuilder orderBy(String orderBy)
this
.public SearchProductsRequest.SearchProductsRequestBuilder isArchived(boolean isArchived)
this
.public SearchProductsRequest.SearchProductsRequestBuilder sortDescending(boolean sortDescending)
this
.public SearchProductsRequest build()
Copyright © 2023 Cense Data Inc.. All rights reserved.