Class CreateLicenseInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateLicenseInput
-
public class CreateLicenseInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateLicenseInput()
-
Method Summary
Modifier and Type Method Description CreateLicenseInputaddByDefault(BooleanScalar v)Apply `License` to new assets by default.CreateLicenseInputlicense(StringScalar v)`License` terms.CreateLicenseInputprojectId(IdScalar v)`Library` Id.CreateLicenseInputrequireConsensus(BooleanScalar v)Require user to accept `License` terms before download.CreateLicenseInputtitle(StringScalar v)`License` title.
-
-
-
Method Detail
-
projectId
public CreateLicenseInput projectId(IdScalar v)
`Library` Id.
-
title
public CreateLicenseInput title(StringScalar v)
`License` title.
-
license
public CreateLicenseInput license(StringScalar v)
`License` terms.
-
addByDefault
public CreateLicenseInput addByDefault(BooleanScalar v)
Apply `License` to new assets by default.
-
requireConsensus
public CreateLicenseInput requireConsensus(BooleanScalar v)
Require user to accept `License` terms before download.
-
-