public class ListCashDrawerShiftEventsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCashDrawerShiftEventsRequest.Builder
Class to build instances of
ListCashDrawerShiftEventsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
ListCashDrawerShiftEventsRequest(String locationId,
Integer limit,
String cursor)
Initialization constructor.
|
protected |
ListCashDrawerShiftEventsRequest(String locationId,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
ListCashDrawerShiftEventsRequest.Builder |
toBuilder()
Builds a new
ListCashDrawerShiftEventsRequest.Builder object. |
String |
toString()
Converts this ListCashDrawerShiftEventsRequest into string format.
|
public ListCashDrawerShiftEventsRequest(String locationId, Integer limit, String cursor)
locationId - String value for locationId.limit - Integer value for limit.cursor - String value for cursor.protected ListCashDrawerShiftEventsRequest(String locationId, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> cursor)
locationId - String value for locationId.limit - Integer value for limit.cursor - String value for cursor.public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
public String toString()
public ListCashDrawerShiftEventsRequest.Builder toBuilder()
ListCashDrawerShiftEventsRequest.Builder object.
Creates the instance with the state of the current model.ListCashDrawerShiftEventsRequest.Builder objectCopyright © 2024. All rights reserved.