Class UiNotification.CloseCommand

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

public static class UiNotification.CloseCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
  • Constructor Summary

    Constructors 
    Constructor Description
    CloseCommand()
    Deprecated.
    Only for Jackson deserialization.
    CloseCommand​(java.lang.String componentId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • CloseCommand

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

      public CloseCommand​(java.lang.String componentId)
  • Method Details