Class AddAssetLicenseInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AddAssetLicenseInput
-
public class AddAssetLicenseInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AddAssetLicenseInput()
-
Method Summary
Modifier and Type Method Description AddAssetLicenseInputassetId(IdScalar v)`Asset` Id.AddAssetLicenseInputlicenseId(IdScalar v)`License` Id.
-
-
-
Method Detail
-
assetId
public AddAssetLicenseInput assetId(IdScalar v)
`Asset` Id.
-
licenseId
public AddAssetLicenseInput licenseId(IdScalar v)
`License` Id.
-
-