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)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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)
cursor - String value for cursor.limit - Long value for limit.query - CustomerQuery value for query.public String getCursor()
public Long getLimit()
public CustomerQuery getQuery()
public String toString()
public SearchCustomersRequest.Builder toBuilder()
SearchCustomersRequest.Builder object.
Creates the instance with the state of the current model.SearchCustomersRequest.Builder objectCopyright © 2022. All rights reserved.