-
public final class MobileSegment.Add
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.Add.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongpreviousIdprivate final MobileSegment.Wireframewireframe
-
Constructor Summary
Constructors Constructor Description MobileSegment.Add(Long previousId, MobileSegment.Wireframe wireframe)
-
Method Summary
Modifier and Type Method Description final LonggetPreviousId()final MobileSegment.WireframegetWireframe()final JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.Add
MobileSegment.Add(Long previousId, MobileSegment.Wireframe wireframe)
- Parameters:
previousId- The previous wireframe id next or after which this new wireframe is drawn or attached to, respectively.wireframe- Schema of a Wireframe type.
-
-
Method Detail
-
getPreviousId
final Long getPreviousId()
-
getWireframe
final MobileSegment.Wireframe getWireframe()
-
toJson
final JsonElement toJson()
-
-
-
-