Class ExportCreativeInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.ExportCreativeInput
-
public class ExportCreativeInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description ExportCreativeInput()
-
Method Summary
Modifier and Type Method Description ExportCreativeInputdestination(ExportCreativeDestinationInput v)**BETA** `ExportCreativeDestinationInput` where the exported file will be uploaded.ExportCreativeInputoptions(ExportCreativeOptionsInput v)**BETA** `ExportCreativeOptionsInput` data.ExportCreativeInputtemplateId(IdScalar v)**BETA** `CreativeTemplateId` Id.ExportCreativeInputvariables(List<CreativeVariableInput> v)**BETA** List of `CreativeVariableInput` which will be applied to the template.
-
-
-
Method Detail
-
templateId
public ExportCreativeInput templateId(IdScalar v)
**BETA** `CreativeTemplateId` Id.
-
destination
public ExportCreativeInput destination(ExportCreativeDestinationInput v)
**BETA** `ExportCreativeDestinationInput` where the exported file will be uploaded.
-
variables
public ExportCreativeInput variables(List<CreativeVariableInput> v)
**BETA** List of `CreativeVariableInput` which will be applied to the template.
-
options
public ExportCreativeInput options(ExportCreativeOptionsInput v)
**BETA** `ExportCreativeOptionsInput` data.
-
-