public class ListCashDrawerShiftsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCashDrawerShiftsResponse.Builder
Class to build instances of
ListCashDrawerShiftsResponse. |
| Constructor and Description |
|---|
ListCashDrawerShiftsResponse(List<CashDrawerShiftSummary> items,
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<CashDrawerShiftSummary> |
getItems()
Getter for Items.
|
int |
hashCode() |
ListCashDrawerShiftsResponse.Builder |
toBuilder()
Builds a new
ListCashDrawerShiftsResponse.Builder object. |
String |
toString()
Converts this ListCashDrawerShiftsResponse into string format.
|
public ListCashDrawerShiftsResponse(List<CashDrawerShiftSummary> items, String cursor, List<Error> errors)
items - List of CashDrawerShiftSummary value for items.cursor - String value for cursor.errors - List of Error value for errors.public HttpContext getContext()
public List<CashDrawerShiftSummary> getItems()
public String getCursor()
public List<Error> getErrors()
public String toString()
public ListCashDrawerShiftsResponse.Builder toBuilder()
ListCashDrawerShiftsResponse.Builder object.
Creates the instance with the state of the current model.ListCashDrawerShiftsResponse.Builder objectCopyright © 2022. All rights reserved.