-
public final class MobileSegment.MobileIncrementalData.MobileMutationData extends MobileSegment.MobileIncrementalData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.MobileIncrementalData.MobileMutationData.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Longsourceprivate final List<MobileSegment.Add>addsprivate final List<MobileSegment.Remove>removesprivate final List<MobileSegment.WireframeUpdateMutation>updates
-
Constructor Summary
Constructors Constructor Description MobileSegment.MobileIncrementalData.MobileMutationData(List<MobileSegment.Add> adds, List<MobileSegment.Remove> removes, List<MobileSegment.WireframeUpdateMutation> updates)
-
Method Summary
Modifier and Type Method Description final LonggetSource()final List<MobileSegment.Add>getAdds()final List<MobileSegment.Remove>getRemoves()final List<MobileSegment.WireframeUpdateMutation>getUpdates()JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.MobileIncrementalData.MobileMutationData
MobileSegment.MobileIncrementalData.MobileMutationData(List<MobileSegment.Add> adds, List<MobileSegment.Remove> removes, List<MobileSegment.WireframeUpdateMutation> updates)
- Parameters:
adds- Contains the newly added wireframes.removes- Contains the removed wireframes as an array of ids.updates- Contains the updated wireframes mutations.
-
-
Method Detail
-
getAdds
final List<MobileSegment.Add> getAdds()
-
getRemoves
final List<MobileSegment.Remove> getRemoves()
-
getUpdates
final List<MobileSegment.WireframeUpdateMutation> getUpdates()
-
toJson
JsonElement toJson()
-
-
-
-