public class SearchTerminalCheckoutsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchTerminalCheckoutsRequest.Builder
Class to build instances of
SearchTerminalCheckoutsRequest. |
| Constructor and Description |
|---|
SearchTerminalCheckoutsRequest(TerminalCheckoutQuery query,
String cursor,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
TerminalCheckoutQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchTerminalCheckoutsRequest.Builder |
toBuilder()
Builds a new
SearchTerminalCheckoutsRequest.Builder object. |
String |
toString()
Converts this SearchTerminalCheckoutsRequest into string format.
|
public SearchTerminalCheckoutsRequest(TerminalCheckoutQuery query, String cursor, Integer limit)
query - TerminalCheckoutQuery value for query.cursor - String value for cursor.limit - Integer value for limit.public TerminalCheckoutQuery getQuery()
public String getCursor()
public Integer getLimit()
public String toString()
public SearchTerminalCheckoutsRequest.Builder toBuilder()
SearchTerminalCheckoutsRequest.Builder object.
Creates the instance with the state of the current model.SearchTerminalCheckoutsRequest.Builder objectCopyright © 2022. All rights reserved.