Class ActionsRpcRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ActionsRpcRequestDto
-
public class ActionsRpcRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionsRpcRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description ActionsRpcRequestDto(java.lang.String action)ActionsRpcRequestDto(java.lang.String action, org.openapitools.jackson.nullable.JsonNullable<? extends Input> input)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaction()The action to executestatic ActionsRpcRequestDto.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<Input>input()Input parameters for the actionjava.lang.StringtoString()ActionsRpcRequestDtowithAction(java.lang.String action)The action to executeActionsRpcRequestDtowithInput(Input input)Input parameters for the actionActionsRpcRequestDtowithInput(org.openapitools.jackson.nullable.JsonNullable<? extends Input> input)Input parameters for the action
-
-
-
Constructor Detail
-
ActionsRpcRequestDto
public ActionsRpcRequestDto(java.lang.String action, org.openapitools.jackson.nullable.JsonNullable<? extends Input> input)
-
ActionsRpcRequestDto
public ActionsRpcRequestDto(java.lang.String action)
-
-
Method Detail
-
action
public java.lang.String action()
The action to execute
-
input
public org.openapitools.jackson.nullable.JsonNullable<Input> input()
Input parameters for the action
-
builder
public static ActionsRpcRequestDto.Builder builder()
-
withAction
public ActionsRpcRequestDto withAction(java.lang.String action)
The action to execute
-
withInput
public ActionsRpcRequestDto withInput(Input input)
Input parameters for the action
-
withInput
public ActionsRpcRequestDto withInput(org.openapitools.jackson.nullable.JsonNullable<? extends Input> input)
Input parameters for the action
-
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
-
-