public class ListCashDrawerShiftsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCashDrawerShiftsRequest.Builder
Class to build instances of
ListCashDrawerShiftsRequest. |
| Constructor and Description |
|---|
ListCashDrawerShiftsRequest(String locationId,
String sortOrder,
String beginTime,
String endTime,
Integer limit,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeginTime()
Getter for BeginTime.
|
String |
getCursor()
Getter for Cursor.
|
String |
getEndTime()
Getter for EndTime.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getSortOrder()
Getter for SortOrder.
|
int |
hashCode() |
ListCashDrawerShiftsRequest.Builder |
toBuilder()
Builds a new
ListCashDrawerShiftsRequest.Builder object. |
String |
toString()
Converts this ListCashDrawerShiftsRequest into string format.
|
public ListCashDrawerShiftsRequest(String locationId, String sortOrder, String beginTime, String endTime, Integer limit, String cursor)
locationId - String value for locationId.sortOrder - String value for sortOrder.beginTime - String value for beginTime.endTime - String value for endTime.limit - Integer value for limit.cursor - String value for cursor.public String getLocationId()
public String getSortOrder()
public String getBeginTime()
public String getEndTime()
public Integer getLimit()
public String getCursor()
public String toString()
public ListCashDrawerShiftsRequest.Builder toBuilder()
ListCashDrawerShiftsRequest.Builder object.
Creates the instance with the state of the current model.ListCashDrawerShiftsRequest.Builder objectCopyright © 2022. All rights reserved.