public static class SearchTerminalActionsResponse.Builder extends Object
SearchTerminalActionsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SearchTerminalActionsResponse.Builder |
action(List<TerminalAction> action)
Setter for action.
|
SearchTerminalActionsResponse |
build()
Builds a new
SearchTerminalActionsResponse object using the set fields. |
SearchTerminalActionsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
SearchTerminalActionsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
SearchTerminalActionsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public SearchTerminalActionsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public SearchTerminalActionsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public SearchTerminalActionsResponse.Builder action(List<TerminalAction> action)
action - List of TerminalAction value for action.public SearchTerminalActionsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public SearchTerminalActionsResponse build()
SearchTerminalActionsResponse object using the set fields.SearchTerminalActionsResponseCopyright © 2022. All rights reserved.