public static class CustomerSort.Builder extends Object
CustomerSort.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomerSort |
build()
Builds a new
CustomerSort object using the set fields. |
CustomerSort.Builder |
field(String field)
Setter for field.
|
CustomerSort.Builder |
order(String order)
Setter for order.
|
public CustomerSort.Builder field(String field)
field - String value for field.public CustomerSort.Builder order(String order)
order - String value for order.public CustomerSort build()
CustomerSort object using the set fields.CustomerSortCopyright © 2022. All rights reserved.