Class UiTimeGraph.SetGraphsCommand

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

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

  • Constructor Details

    • SetGraphsCommand

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

      public SetGraphsCommand(String componentId, List<UiGraph> graphs)
  • Method Details