Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateCopyrightInput
-
Packages that use CreateCopyrightInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateCopyrightInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateCopyrightInput Modifier and Type Method Description CreateCopyrightInputCreateCopyrightInput. notice(StringScalar v)`Asset` copyright notice.CreateCopyrightInputCreateCopyrightInput. status(CopyrightStatus v)`Asset` copyright status.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type CreateCopyrightInput Modifier and Type Method Description CreateAssetInputCreateAssetInput. copyright(CreateCopyrightInput v)Add `Asset` copyright details.CreateExternalAssetInputCreateExternalAssetInput. copyright(CreateCopyrightInput v)External `Asset` copyright details.
-