Package io.writeopia.sdk.model.story
Class LastEdit.LineEdition
-
- All Implemented Interfaces:
public final class LastEdit.LineEdition extends LastEdit
A edition in the line was made, but the positions were not affected. In this case it is possible to update just one line.
-
-
Constructor Summary
Constructors Constructor Description LastEdit.LineEdition(Integer position, StoryStep storyStep)
-
Method Summary
Modifier and Type Method Description final IntegergetPosition()final StoryStepgetStoryStep()-
-
Constructor Detail
-
LastEdit.LineEdition
LastEdit.LineEdition(Integer position, StoryStep storyStep)
-
-
Method Detail
-
getPosition
final Integer getPosition()
-
getStoryStep
final StoryStep getStoryStep()
-
-
-
-