Klasse UiRichTextEditor.SetUploadedImageUrlCommand

java.lang.Object
org.teamapps.dto.UiRichTextEditor.SetUploadedImageUrlCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiRichTextEditor

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

    • componentId

      protected String componentId
    • fileUuid

      protected String fileUuid
    • url

      protected String url
  • Konstruktordetails

    • SetUploadedImageUrlCommand

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

      public SetUploadedImageUrlCommand(String componentId, String fileUuid, String url)
  • Methodendetails