Class UiFileField.SetMaxBytesPerFileCommand

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

public static class UiFileField.SetMaxBytesPerFileCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • maxBytesPerFile

      protected long maxBytesPerFile
  • Constructor Details

    • SetMaxBytesPerFileCommand

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

      public SetMaxBytesPerFileCommand(String componentId, long maxBytesPerFile)
  • Method Details