Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateLicenseInput
-
Packages that use CreateLicenseInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateLicenseInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateLicenseInput Modifier and Type Method Description RootMutation_createLicense_ArgsRootMutation_createLicense_Args. input(CreateLicenseInput value)`CreateLicense` input argument. -
Uses of CreateLicenseInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateLicenseInput Modifier and Type Method Description CreateLicenseInputCreateLicenseInput. addByDefault(BooleanScalar v)Apply `License` to new assets by default.CreateLicenseInputCreateLicenseInput. license(StringScalar v)`License` terms.CreateLicenseInputCreateLicenseInput. projectId(IdScalar v)`Library` Id.CreateLicenseInputCreateLicenseInput. requireConsensus(BooleanScalar v)Require user to accept `License` terms before download.CreateLicenseInputCreateLicenseInput. title(StringScalar v)`License` title.
-