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