public final class SearchProductsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchProductsRequest.SearchProductsRequestBuilder
The SearchProductsRequest builder.
|
Modifier and Type | Method and Description |
---|---|
static SearchProductsRequest.SearchProductsRequestBuilder |
builder()
Use this builder to construct the search request.
|
boolean |
equals(Object o) |
Integer |
getLimit()
Number of results you want to be shown.
|
Integer |
getOffset()
The initial index from which to return the results.
|
String |
getOrderBy()
The result of the queries is a list
that can than be ordered in ascending order by some attribute.
|
int |
hashCode() |
boolean |
isArchived()
Indicates if the products that are searched for are archived or not.
|
boolean |
isSortDescending()
Indicates if the results of the queries should be ordered in descending order.
|
SearchProductsRequest.SearchProductsRequestBuilder |
toBuilder() |
String |
toString() |
public static SearchProductsRequest.SearchProductsRequestBuilder builder()
public SearchProductsRequest.SearchProductsRequestBuilder toBuilder()
public Integer getLimit()
public Integer getOffset()
public String getOrderBy()
public boolean isArchived()
public boolean isSortDescending()
Copyright © 2023 Cense Data Inc.. All rights reserved.