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