Class SpreadPreview
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.SpreadPreview
- All Implemented Interfaces:
Serializable
Class representing a preview for spread in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]content of filename of file, generated automaticallyvoidsetContent(byte[] content) voidsetFilename(String filename) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
SpreadPreview
public SpreadPreview()
-
-
Method Details
-
getFilename
name of file, generated automatically -
setFilename
-
getContent
public byte[] getContent()content of file -
setContent
public void setContent(byte[] content)
-