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(List<CashDrawerShiftEvent> events,
String cursor,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
List<CashDrawerShiftEvent> |
getEvents()
Getter for Events.
|
int |
hashCode() |
ListCashDrawerShiftEventsResponse.Builder |
toBuilder()
Builds a new
ListCashDrawerShiftEventsResponse.Builder object. |
String |
toString()
Converts this ListCashDrawerShiftEventsResponse into string format.
|
public ListCashDrawerShiftEventsResponse(List<CashDrawerShiftEvent> events, String cursor, List<Error> errors)
events - List of CashDrawerShiftEvent value for events.cursor - String value for cursor.errors - List of Error value for errors.public HttpContext getContext()
public List<CashDrawerShiftEvent> getEvents()
public String getCursor()
public List<Error> getErrors()
public String toString()
public ListCashDrawerShiftEventsResponse.Builder toBuilder()
ListCashDrawerShiftEventsResponse.Builder object.
Creates the instance with the state of the current model.ListCashDrawerShiftEventsResponse.Builder objectCopyright © 2022. All rights reserved.