Class ExportCreativeOptionsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.ExportCreativeOptionsInput
-
public class ExportCreativeOptionsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description ExportCreativeOptionsInput()
-
Method Summary
Modifier and Type Method Description ExportCreativeOptionsInputbleed(ExportCreativeBleedInput v)**BETA** `Bleed` export parameter.ExportCreativeOptionsInputformat(CreativeExportFormat v)**BETA** `Format` of exported file.ExportCreativeOptionsInputhasCropmarks(BooleanScalar v)**BETA** `Cropmarks` export parameter.ExportCreativeOptionsInputhasTransparentBackground(BooleanScalar v)**BETA** `TransparentBackground` export parameter.ExportCreativeOptionsInputpages(List<IntScalar> v)**BETA** List of pages to export.ExportCreativeOptionsInputquality(CreativeExportQuality v)**BETA** `Quality` of exported file.
-
-
-
Method Detail
-
format
public ExportCreativeOptionsInput format(CreativeExportFormat v)
**BETA** `Format` of exported file.
-
quality
public ExportCreativeOptionsInput quality(CreativeExportQuality v)
**BETA** `Quality` of exported file. Supported only for `JPG` `Format`.
-
hasTransparentBackground
public ExportCreativeOptionsInput hasTransparentBackground(BooleanScalar v)
**BETA** `TransparentBackground` export parameter. Supported only by `PNG` `Format`.
-
hasCropmarks
public ExportCreativeOptionsInput hasCropmarks(BooleanScalar v)
**BETA** `Cropmarks` export parameter.
-
bleed
public ExportCreativeOptionsInput bleed(ExportCreativeBleedInput v)
**BETA** `Bleed` export parameter.
-
pages
public ExportCreativeOptionsInput pages(List<IntScalar> v)
**BETA** List of pages to export. If provided, validates that all requested pages exist in a template before export. If not provided, all pages will be exported.
-
-