public class SearchTerminalActionsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchTerminalActionsRequest.Builder
Class to build instances of
SearchTerminalActionsRequest. |
| Constructor and Description |
|---|
SearchTerminalActionsRequest(TerminalActionQuery 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.
|
TerminalActionQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchTerminalActionsRequest.Builder |
toBuilder()
Builds a new
SearchTerminalActionsRequest.Builder object. |
String |
toString()
Converts this SearchTerminalActionsRequest into string format.
|
public SearchTerminalActionsRequest(TerminalActionQuery query, String cursor, Integer limit)
query - TerminalActionQuery value for query.cursor - String value for cursor.limit - Integer value for limit.public TerminalActionQuery getQuery()
public String getCursor()
public Integer getLimit()
public String toString()
public SearchTerminalActionsRequest.Builder toBuilder()
SearchTerminalActionsRequest.Builder object.
Creates the instance with the state of the current model.SearchTerminalActionsRequest.Builder objectCopyright © 2022. All rights reserved.