Class UiRichTextEditor.SetUploadedImageUrlCommand

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

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

    • componentId

      protected String componentId
    • fileUuid

      protected String fileUuid
    • url

      protected String url
  • Constructor Details

    • SetUploadedImageUrlCommand

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

      public SetUploadedImageUrlCommand(String componentId, String fileUuid, String url)
  • Method Details