Class ActionsRpcResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ActionsRpcResponse.Builder
-
- Enclosing class:
- ActionsRpcResponse
public static final class ActionsRpcResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionsRpcResponsebuild()ActionsRpcResponse.Builderdata(ActionsRpcResponseData data)The response data from the action RPC callActionsRpcResponse.Builderdata(org.openapitools.jackson.nullable.JsonNullable<? extends ActionsRpcResponseData> data)The response data from the action RPC callActionsRpcResponse.Buildernext(java.lang.String next)Cursor for fetching the next page of resultsActionsRpcResponse.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)Cursor for fetching the next page of results
-
-
-
Method Detail
-
next
public ActionsRpcResponse.Builder next(java.lang.String next)
Cursor for fetching the next page of results
-
next
public ActionsRpcResponse.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
Cursor for fetching the next page of results
-
data
public ActionsRpcResponse.Builder data(ActionsRpcResponseData data)
The response data from the action RPC call
-
data
public ActionsRpcResponse.Builder data(org.openapitools.jackson.nullable.JsonNullable<? extends ActionsRpcResponseData> data)
The response data from the action RPC call
-
build
public ActionsRpcResponse build()
-
-