Class StoryStepApi
-
- All Implemented Interfaces:
@Serializable() public final class StoryStepApi
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final StoryTypeApitypeprivate final StringparentIdprivate final Stringurlprivate final Stringpathprivate final Stringtextprivate final Booleancheckedprivate final List<StoryStepApi>stepsprivate final DecorationApidecorationprivate final Integerposition
-
Constructor Summary
Constructors Constructor Description StoryStepApi(String id, StoryTypeApi type, String parentId, String url, String path, String text, Boolean checked, List<StoryStepApi> steps, DecorationApi decoration, Integer position)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StoryTypeApigetType()final StringgetParentId()final StringgetUrl()final StringgetPath()final StringgetText()final BooleangetChecked()final List<StoryStepApi>getSteps()final DecorationApigetDecoration()final IntegergetPosition()-
-
Constructor Detail
-
StoryStepApi
StoryStepApi(String id, StoryTypeApi type, String parentId, String url, String path, String text, Boolean checked, List<StoryStepApi> steps, DecorationApi decoration, Integer position)
-
-
Method Detail
-
getType
final StoryTypeApi getType()
-
getParentId
final String getParentId()
-
getChecked
final Boolean getChecked()
-
getSteps
final List<StoryStepApi> getSteps()
-
getDecoration
final DecorationApi getDecoration()
-
getPosition
final Integer getPosition()
-
-
-
-