RemoveAllActionGroups Class

public final class RemoveAllActionGroups
extends Action

Indicates if all action groups should be removed.

Constructor Summary

Constructor Description
RemoveAllActionGroups()

Creates an instance of RemoveAllActionGroups class.

Method Summary

Modifier and Type Method and Description
ActionType actionType()

Get the actionType property: Action that should be applied.

static RemoveAllActionGroups fromJson(JsonReader jsonReader)

Reads an instance of RemoveAllActionGroups from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from Action

Methods inherited from java.lang.Object

Constructor Details

RemoveAllActionGroups

public RemoveAllActionGroups()

Creates an instance of RemoveAllActionGroups class.

Method Details

actionType

public ActionType actionType()

Get the actionType property: Action that should be applied.

Overrides:

RemoveAllActionGroups.actionType()

Returns:

the actionType value.

fromJson

public static RemoveAllActionGroups fromJson(JsonReader jsonReader)

Reads an instance of RemoveAllActionGroups from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RemoveAllActionGroups if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RemoveAllActionGroups.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

RemoveAllActionGroups.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

RemoveAllActionGroups.validate()

Applies to