Uses of Class
ch.brix.gql.client.frontify.enums.LanguageCode
-
Packages that use LanguageCode Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.enums -
-
Uses of LanguageCode in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type LanguageCode Modifier and Type Method Description Brand_guidelines_ArgsBrand_guidelines_Args. language(LanguageCode value)**BETA** Specifies the language in which the Guidelines should be delivered.RootQuery_guidelinePage_ArgsRootQuery_guidelinePage_Args. language(LanguageCode value)**BETA** Specifies the language in which the GuidelinePage should be delivered. -
Uses of LanguageCode in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return LanguageCode Modifier and Type Method Description static LanguageCodeLanguageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LanguageCode[]LanguageCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-