Class ActionsRpcResponse
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ActionsRpcResponse
-
public class ActionsRpcResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionsRpcResponse.Builder
-
Constructor Summary
Constructors Constructor Description ActionsRpcResponse()ActionsRpcResponse(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends ActionsRpcResponseData> data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionsRpcResponse.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<ActionsRpcResponseData>data()The response data from the action RPC callbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()Cursor for fetching the next page of resultsjava.lang.StringtoString()ActionsRpcResponsewithData(ActionsRpcResponseData data)The response data from the action RPC callActionsRpcResponsewithData(org.openapitools.jackson.nullable.JsonNullable<? extends ActionsRpcResponseData> data)The response data from the action RPC callActionsRpcResponsewithNext(java.lang.String next)Cursor for fetching the next page of resultsActionsRpcResponsewithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)Cursor for fetching the next page of results
-
-
-
Constructor Detail
-
ActionsRpcResponse
public ActionsRpcResponse(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends ActionsRpcResponseData> data)
-
ActionsRpcResponse
public ActionsRpcResponse()
-
-
Method Detail
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
Cursor for fetching the next page of results
-
data
public org.openapitools.jackson.nullable.JsonNullable<ActionsRpcResponseData> data()
The response data from the action RPC call
-
builder
public static ActionsRpcResponse.Builder builder()
-
withNext
public ActionsRpcResponse withNext(java.lang.String next)
Cursor for fetching the next page of results
-
withNext
public ActionsRpcResponse withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
Cursor for fetching the next page of results
-
withData
public ActionsRpcResponse withData(ActionsRpcResponseData data)
The response data from the action RPC call
-
withData
public ActionsRpcResponse withData(org.openapitools.jackson.nullable.JsonNullable<? extends ActionsRpcResponseData> data)
The response data from the action RPC call
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-