public final class SearchOrdersRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchOrdersRequest.SearchOrdersRequestBuilder
The SearchOrdersRequest builder.
|
Modifier and Type | Method and Description |
---|---|
static SearchOrdersRequest.SearchOrdersRequestBuilder |
builder()
Use this builder to construct the search request.
|
boolean |
equals(Object o) |
String |
getClientOrderId()
The resulting set can be filtered by a client order id that can be manually set in platform or through the SDK.
|
String |
getClientOrderIdContains()
The resulting set can be filtered by a partial order store id that can be manually set in platform or through SDK.
|
String |
getClientOrderIdStartsWith()
The resulting set can be filtered by a custom order ID (partial match).
|
Integer |
getCompany()
The resulting set can be filtered by an id of the company that issued the license.
|
String |
getCustomerCompanyName()
The resulting set can be filtered by customer's company name (exact match, but case insensitive).
|
String |
getCustomerCompanyNameContains()
The resulting set can be filtered by customer's company name (partial match, case insensitive).
|
String |
getCustomerEmail()
The resulting set can be filtered by customer email (exact match).
|
String |
getCustomerEmailContains()
The resulting set can be filtered by customer email (partial match, case insensitive).
|
String |
getCustomerEmailStartsWith()
The resulting set can be filtered by customer email (startsWith match).
|
Integer |
getCustomerId()
The resulting set can be filtered by customerId (exact match).
|
String |
getCustomerLabel()
The resulting set can be filtered by customers label, the set will contain all orders whose customer has one or
more labels from this String.
|
String |
getCustomerNameContains()
The resulting set can be filtered by a partial match of customers name, either first or last name.
|
String |
getCustomerReferenceContains()
The resulting set can be filtered by a custom reference (partial match, case insensitive).
|
Integer |
getLimit()
Number of results that will be retrieved in one request to the server.
|
Integer |
getOffset()
The initial index from which to return the results.
|
String |
getOrderBy()
The resulting set can be ordered by a Order field, after the filters are applied.
|
int |
hashCode() |
boolean |
isSortDescending()
Indicates if the results of the queries should be ordered in descending order.
|
SearchOrdersRequest.SearchOrdersRequestBuilder |
toBuilder() |
String |
toString() |
public static SearchOrdersRequest.SearchOrdersRequestBuilder builder()
public SearchOrdersRequest.SearchOrdersRequestBuilder toBuilder()
public Integer getLimit()
public Integer getOffset()
public String getOrderBy()
public Integer getCompany()
public Integer getCustomerId()
public String getCustomerEmail()
public String getCustomerEmailStartsWith()
public String getCustomerEmailContains()
public String getCustomerCompanyNameContains()
public String getCustomerCompanyName()
public String getCustomerReferenceContains()
public String getCustomerNameContains()
public String getClientOrderId()
public String getClientOrderIdStartsWith()
WebhookOrder.getDownloadId()
public String getClientOrderIdContains()
public String getCustomerLabel()
public boolean isSortDescending()
Copyright © 2023 Cense Data Inc.. All rights reserved.