public static class SearchCustomersRequest.Builder extends Object
SearchCustomersRequest.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SearchCustomersRequest |
build()
Builds a new
SearchCustomersRequest object using the set fields. |
SearchCustomersRequest.Builder |
cursor(String cursor)
Setter for cursor.
|
SearchCustomersRequest.Builder |
limit(Long limit)
Setter for limit.
|
SearchCustomersRequest.Builder |
query(CustomerQuery query)
Setter for query.
|
public SearchCustomersRequest.Builder cursor(String cursor)
cursor - String value for cursor.public SearchCustomersRequest.Builder limit(Long limit)
limit - Long value for limit.public SearchCustomersRequest.Builder query(CustomerQuery query)
query - CustomerQuery value for query.public SearchCustomersRequest build()
SearchCustomersRequest object using the set fields.SearchCustomersRequestCopyright © 2022. All rights reserved.