public class SearchCustomersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCustomersRequest.Builder
Class to build instances of
SearchCustomersRequest. |
| Constructor and Description |
|---|
SearchCustomersRequest(String cursor,
Long limit,
CustomerQuery query,
Boolean count)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCount()
Getter for Count.
|
String |
getCursor()
Getter for Cursor.
|
Long |
getLimit()
Getter for Limit.
|
CustomerQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchCustomersRequest.Builder |
toBuilder()
Builds a new
SearchCustomersRequest.Builder object. |
String |
toString()
Converts this SearchCustomersRequest into string format.
|
public SearchCustomersRequest(String cursor, Long limit, CustomerQuery query, Boolean count)
cursor - String value for cursor.limit - Long value for limit.query - CustomerQuery value for query.count - Boolean value for count.public String getCursor()
public Long getLimit()
public CustomerQuery getQuery()
public Boolean getCount()
public String toString()
public SearchCustomersRequest.Builder toBuilder()
SearchCustomersRequest.Builder object.
Creates the instance with the state of the current model.SearchCustomersRequest.Builder objectCopyright © 2024. All rights reserved.