Uses of Class
ch.brix.gql.client.frontify.enums.CreativeExportFormat
-
Packages that use CreativeExportFormat Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of CreativeExportFormat in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return CreativeExportFormat Modifier and Type Method Description static CreativeExportFormatCreativeExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CreativeExportFormat[]CreativeExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CreativeExportFormat in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type CreativeExportFormat Modifier and Type Method Description ExportCreativeOptionsInputExportCreativeOptionsInput. format(CreativeExportFormat v)**BETA** `Format` of exported file.
-