Class UiRichTextEditor.SetUploadUrlCommand

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

public static class UiRichTextEditor.SetUploadUrlCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • uploadUrl

      protected String uploadUrl
  • Constructor Details

    • SetUploadUrlCommand

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

      public SetUploadUrlCommand(String componentId, String uploadUrl)
  • Method Details