Class UiTimeGraph.AddOrUpdateGraphCommand

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

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

    • componentId

      protected String componentId
    • graph

      protected UiGraph graph
  • Constructor Details

    • AddOrUpdateGraphCommand

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

      public AddOrUpdateGraphCommand(String componentId, UiGraph graph)
  • Method Details