Uses of Class
com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
-
Packages that use DownloadResourcePrefixEnum Package Description com.atlassian.confluence.importexport.resource -
-
Uses of DownloadResourcePrefixEnum in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource that return DownloadResourcePrefixEnum Modifier and Type Method Description static DownloadResourcePrefixEnum
DownloadResourcePrefixEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DownloadResourcePrefixEnum[]
DownloadResourcePrefixEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-