Class On_License
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_License
-
public class On_License extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_License()
-
Method Summary
Modifier and Type Method Description On_LicenseaddByDefault()`License` is applied to new assets by default.On_Licenseid()`License` id.On_Licenselicense()`License` terms.On_LicenserequireConsensus()`License` requires `User` to accept terms before download.On_Licensetitle()`License` title.
-
-
-
Method Detail
-
id
public On_License id()
`License` id.
-
title
public On_License title()
`License` title.
-
license
public On_License license()
`License` terms.
-
addByDefault
public On_License addByDefault()
`License` is applied to new assets by default.
-
requireConsensus
public On_License requireConsensus()
`License` requires `User` to accept terms before download.
-
-