Class UiPictureChooser.SetMaxFileSizeCommand

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

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

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

    Constructors 
    Constructor Description
    SetMaxFileSizeCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetMaxFileSizeCommand​(java.lang.String componentId, long maxFileSize)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    long getMaxFileSize()  
    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

    • SetMaxFileSizeCommand

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

      public SetMaxFileSizeCommand​(java.lang.String componentId, long maxFileSize)
  • Method Details