Uses of Class
ch.brix.gql.client.frontify.enums.CopyrightStatus
-
Packages that use CopyrightStatus Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of CopyrightStatus in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return CopyrightStatus Modifier and Type Method Description static CopyrightStatusCopyrightStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CopyrightStatus[]CopyrightStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CopyrightStatus in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type CopyrightStatus Modifier and Type Method Description CreateCopyrightInputCreateCopyrightInput. status(CopyrightStatus v)`Asset` copyright status.UpdateCopyrightInputUpdateCopyrightInput. status(CopyrightStatus v)`Asset` copyright status.
-