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 ExportCreativeOptionsInputformat(CreativeExportFormat v)`Format` of exported file.ExportCreativeOptionsInputhasTransparentBackground(BooleanScalar v)`TransparentBackground` export parameter.ExportCreativeOptionsInputpages(List<IntScalar> v)List of pages to export.ExportCreativeOptionsInputquality(CreativeExportQuality v)`Quality` of exported file.
-
-
-
Method Detail
-
format
public ExportCreativeOptionsInput format(CreativeExportFormat v)
`Format` of exported file.
-
quality
public ExportCreativeOptionsInput quality(CreativeExportQuality v)
`Quality` of exported file. Supported only for `JPG` `Format`.
-
hasTransparentBackground
public ExportCreativeOptionsInput hasTransparentBackground(BooleanScalar v)
`TransparentBackground` export parameter. Supported only by `PNG` `Format`.
-
pages
public ExportCreativeOptionsInput pages(List<IntScalar> v)
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.
-
-