Package com.pspdfkit.annotations.actions
Class ImportDataAction
-
- All Implemented Interfaces:
public final class ImportDataAction extends Action
Action representing request to import data.
-
-
Method Summary
Modifier and Type Method Description ActionType
getType()
Returns type of action to make down-casting easier. -
-
Method Detail
-
getType
@NonNull() ActionType getType()
Returns type of action to make down-casting easier.
- Returns:
Type of this action.
-
-
-
-