public static class ListCashDrawerShiftsRequest.Builder extends Object
ListCashDrawerShiftsRequest.| Constructor and Description |
|---|
Builder(String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ListCashDrawerShiftsRequest.Builder |
beginTime(String beginTime)
Setter for beginTime.
|
ListCashDrawerShiftsRequest |
build()
Builds a new
ListCashDrawerShiftsRequest object using the set fields. |
ListCashDrawerShiftsRequest.Builder |
cursor(String cursor)
Setter for cursor.
|
ListCashDrawerShiftsRequest.Builder |
endTime(String endTime)
Setter for endTime.
|
ListCashDrawerShiftsRequest.Builder |
limit(Integer limit)
Setter for limit.
|
ListCashDrawerShiftsRequest.Builder |
locationId(String locationId)
Setter for locationId.
|
ListCashDrawerShiftsRequest.Builder |
sortOrder(String sortOrder)
Setter for sortOrder.
|
public Builder(String locationId)
locationId - String value for locationId.public ListCashDrawerShiftsRequest.Builder locationId(String locationId)
locationId - String value for locationId.public ListCashDrawerShiftsRequest.Builder sortOrder(String sortOrder)
sortOrder - String value for sortOrder.public ListCashDrawerShiftsRequest.Builder beginTime(String beginTime)
beginTime - String value for beginTime.public ListCashDrawerShiftsRequest.Builder endTime(String endTime)
endTime - String value for endTime.public ListCashDrawerShiftsRequest.Builder limit(Integer limit)
limit - Integer value for limit.public ListCashDrawerShiftsRequest.Builder cursor(String cursor)
cursor - String value for cursor.public ListCashDrawerShiftsRequest build()
ListCashDrawerShiftsRequest object using the set fields.ListCashDrawerShiftsRequestCopyright © 2022. All rights reserved.