Class UiRootPanel.AddClientTokenCommand

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

public static class UiRootPanel.AddClientTokenCommand extends Object implements UiCommand<Void>
  • Field Details

    • token

      protected String token
  • Constructor Details

    • AddClientTokenCommand

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

      public AddClientTokenCommand(String token)
  • Method Details