Package com.gooddata.sdk.model.md
Class ReportAttachment
java.lang.Object
com.gooddata.sdk.model.md.Attachment
com.gooddata.sdk.model.md.ReportAttachment
- All Implemented Interfaces:
Serializable
Attachment to
ScheduledMail represents report-related information for the schedule.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReportAttachment(String uri, Map<String, String> exportOptions, ExportFormat... formats) protected -
Method Summary
Methods inherited from class com.gooddata.sdk.model.md.Attachment
getUri
-
Constructor Details
-
ReportAttachment
-
ReportAttachment
-
-
Method Details
-
getExportOptions
Options which modify default export behavior. Due to variety of export formats options only work for explicitly listed format types.- pageOrientation
- set page orientation
- default value: 'portrait'
- supported in: tabular PDF
- optimalColumnWidth
- set 'yes' to automatically resize all columns to fit cell's content
- default is: 'no' (do not auto resize)
- supported in: tabular PDF
- pageScalePercentage
- down-scaling factor (in percent), 100 means no scale-down
- may not be combined with scaleToPages, scaleToPagesX and scaleToPagesY
- default is: 100
- supported in: tabular PDF
- scaleToPages
- total number of pages of target PDF file
- may not be combined with pageScalePercentage, scaleToPagesX and scaleToPagesY
- default is: unlimited
- supported in: tabular PDF
- scaleToPagesX
- number of horizontal pages of target PDF file
- may not be combined with pageScalePercentage and scaleToPages, but may be combined with scaleToPagesY
- default is: unlimited
- supported in: tabular PDF
- scaleToPagesY
- number of vertical pages of target PDF file
- may not be combined with pageScalePercentage and scaleToPages, but may be combined with scaleToPagesX
- default is: unlimited
- supported in: tabular PDF
- Returns:
- map of export options
- pageOrientation
-
getFormats
-
equals
- Overrides:
equalsin classAttachment
-
hashCode
public int hashCode()- Overrides:
hashCodein classAttachment
-
toString
- Overrides:
toStringin classAttachment
-