public class ListCashDrawerShiftEventsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCashDrawerShiftEventsResponse.Builder
Class to build instances of
ListCashDrawerShiftEventsResponse. |
| Constructor and Description |
|---|
ListCashDrawerShiftEventsResponse(String cursor,
List<Error> errors,
List<CashDrawerShiftEvent> cashDrawerShiftEvents)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CashDrawerShiftEvent> |
getCashDrawerShiftEvents()
Getter for CashDrawerShiftEvents.
|
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
ListCashDrawerShiftEventsResponse.Builder |
toBuilder()
Builds a new
ListCashDrawerShiftEventsResponse.Builder object. |
String |
toString()
Converts this ListCashDrawerShiftEventsResponse into string format.
|
public ListCashDrawerShiftEventsResponse(String cursor, List<Error> errors, List<CashDrawerShiftEvent> cashDrawerShiftEvents)
cursor - String value for cursor.errors - List of Error value for errors.cashDrawerShiftEvents - List of CashDrawerShiftEvent value for cashDrawerShiftEvents.public HttpContext getContext()
public String getCursor()
public List<Error> getErrors()
public List<CashDrawerShiftEvent> getCashDrawerShiftEvents()
public String toString()
public ListCashDrawerShiftEventsResponse.Builder toBuilder()
ListCashDrawerShiftEventsResponse.Builder object.
Creates the instance with the state of the current model.ListCashDrawerShiftEventsResponse.Builder objectCopyright © 2024. All rights reserved.