Class UiTimeGraph.AddDataCommand

java.lang.Object
org.teamapps.dto.UiTimeGraph.AddDataCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiTimeGraph

public static class UiTimeGraph.AddDataCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • AddDataCommand

      @Deprecated public AddDataCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • AddDataCommand

      public AddDataCommand(String componentId, int zoomLevel, Map<String,UiGraphData> data)
  • Method Details