Class SpreadPreview

java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.SpreadPreview
All Implemented Interfaces:
Serializable

public class SpreadPreview extends PlannerApiResource implements Serializable
Class representing a preview for spread in Planner REST Service.
See Also:
  • Constructor Details

    • SpreadPreview

      public SpreadPreview()
  • Method Details

    • getFilename

      public String getFilename()
      name of file, generated automatically
    • setFilename

      public void setFilename(String filename)
    • getContent

      public byte[] getContent()
      content of file
    • setContent

      public void setContent(byte[] content)