Uses of Class
ch.brix.gql.client.frontify.input_objects.RemoveAssetLicenseInput
-
Packages that use RemoveAssetLicenseInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of RemoveAssetLicenseInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type RemoveAssetLicenseInput Modifier and Type Method Description RootMutation_removeAssetLicense_ArgsRootMutation_removeAssetLicense_Args. input(RemoveAssetLicenseInput value)`RemoveAssetLicense` input argument. -
Uses of RemoveAssetLicenseInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RemoveAssetLicenseInput Modifier and Type Method Description RemoveAssetLicenseInputRemoveAssetLicenseInput. assetId(IdScalar v)`Asset` Id.RemoveAssetLicenseInputRemoveAssetLicenseInput. licenseId(IdScalar v)`License` Id.
-