Class SpreadPreview
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.SpreadPreview
-
- All Implemented Interfaces:
java.io.Serializable
public class SpreadPreview extends PlannerApiResource implements java.io.Serializable
Class representing a preview for spread in Planner REST Service.- See Also:
PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadPreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()content of filejava.lang.StringgetFilename()name of file, generated automaticallyvoidsetContent(byte[] content)voidsetFilename(java.lang.String filename)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-