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. |
public ListCashDrawerShiftEventsResponse(List<CashDrawerShiftEvent> events, String cursor, List<Error> errors)
events
- cursor
- errors
- public HttpContext getContext()
public List<CashDrawerShiftEvent> getEvents()
public String getCursor()
public List<Error> getErrors()
public ListCashDrawerShiftEventsResponse.Builder toBuilder()
ListCashDrawerShiftEventsResponse.Builder
object.
Creates the instance with the state of the current model.ListCashDrawerShiftEventsResponse.Builder
objectCopyright © 2020. All rights reserved.