Class NoteFeaturedImage

java.lang.Object
io.meeds.notes.model.NoteFeaturedImage
All Implemented Interfaces:
Serializable

public class NoteFeaturedImage extends Object implements Serializable
See Also:
  • Constructor Details

    • NoteFeaturedImage

      public NoteFeaturedImage(Long id, String fileName, String mimeType, long fileSize, Long lastUpdated, InputStream fileInputStream)
    • NoteFeaturedImage

      public NoteFeaturedImage(Long id, String mimeType, String uploadId, String altText, Long lastUpdated, boolean toDelete)