Class UiRootPanel.RemoveClientTokenCommand

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

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

    • token

      protected String token
  • Constructor Details

    • RemoveClientTokenCommand

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

      public RemoveClientTokenCommand(String token)
  • Method Details