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