Package io.voucherify.client.model
Class AsyncActionsListResponseBody
java.lang.Object
io.voucherify.client.model.AsyncActionsListResponseBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AsyncActionsListResponseBody
extends Object
Response body schema for **GET** `v1/async-actions`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumIdentifies the name of the JSON property that contains the array of asynchronous actions.static enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAsyncActionsItem(AsyncActionBase asyncActionsItem) asyncActions(List<AsyncActionBase> asyncActions) booleanstatic AsyncActionsListResponseBodyCreate an instance of AsyncActionsListResponseBody given an JSON stringGet asyncActionsIdentifies the name of the JSON property that contains the array of asynchronous actions.The type of the object represented by JSON.inthashCode()voidsetAsyncActions(List<AsyncActionBase> asyncActions) voidvoidtoJson()Convert an instance of AsyncActionsListResponseBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_OBJECT
- See Also:
-
SERIALIZED_NAME_DATA_REF
- See Also:
-
SERIALIZED_NAME_ASYNC_ACTIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AsyncActionsListResponseBody
public AsyncActionsListResponseBody()
-
-
Method Details
-
_object
-
getObject
The type of the object represented by JSON. This object stores information about asynchronous actions.- Returns:
- _object
-
setObject
-
dataRef
-
getDataRef
Identifies the name of the JSON property that contains the array of asynchronous actions.- Returns:
- dataRef
-
setDataRef
-
asyncActions
-
addAsyncActionsItem
-
getAsyncActions
Get asyncActions- Returns:
- asyncActions
-
setAsyncActions
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of AsyncActionsListResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AsyncActionsListResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to AsyncActionsListResponseBody
-
toJson
Convert an instance of AsyncActionsListResponseBody to an JSON string- Returns:
- JSON string
-