Package io.writeopia.sdk.model.action
Class Action.Move
-
- All Implemented Interfaces:
public final class Action.Move extends Action
-
-
Field Summary
Fields Modifier and Type Field Description private final StoryStepstoryStepprivate final IntegerpositionFromprivate final IntegerpositionTo
-
Constructor Summary
Constructors Constructor Description Action.Move(StoryStep storyStep, Integer positionFrom, Integer positionTo)
-
Method Summary
Modifier and Type Method Description final StoryStepgetStoryStep()final IntegergetPositionFrom()final IntegergetPositionTo()-
-
Method Detail
-
getStoryStep
final StoryStep getStoryStep()
-
getPositionFrom
final Integer getPositionFrom()
-
getPositionTo
final Integer getPositionTo()
-
-
-
-