Uses of Class
com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider.PathType
-
Packages that use IconFieldsProvider.PathType Package Description com.atlassian.confluence.plugins.graphql.providers -
-
Uses of IconFieldsProvider.PathType in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return IconFieldsProvider.PathType Modifier and Type Method Description static IconFieldsProvider.PathTypeIconFieldsProvider.PathType. valueOf(String name)Returns the enum constant of this type with the specified name.static IconFieldsProvider.PathType[]IconFieldsProvider.PathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.plugins.graphql.providers with parameters of type IconFieldsProvider.PathType Modifier and Type Method Description StringIconFieldsProvider. getPath(graphql.schema.DataFetchingEnvironment env, IconFieldsProvider.PathType type)
-