Uses of Class
ch.brix.gql.client.frontify.enums.LibraryType
-
Packages that use LibraryType Package Description ch.brix.gql.client.frontify.enums -
-
Uses of LibraryType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return LibraryType Modifier and Type Method Description static LibraryTypeLibraryType. valueOf(String name)Returns the enum constant of this type with the specified name.static LibraryType[]LibraryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-