Uses of Class
org.bsc.confluence.ConfluenceService.Storage.Representation
-
Packages that use ConfluenceService.Storage.Representation Package Description org.bsc.confluence org.bsc.confluence.model -
-
Uses of ConfluenceService.Storage.Representation in org.bsc.confluence
Fields in org.bsc.confluence declared as ConfluenceService.Storage.Representation Modifier and Type Field Description ConfluenceService.Storage.Representation
ConfluenceService.Storage. rapresentation
Methods in org.bsc.confluence that return ConfluenceService.Storage.Representation Modifier and Type Method Description static ConfluenceService.Storage.Representation
ConfluenceService.Storage.Representation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfluenceService.Storage.Representation[]
ConfluenceService.Storage.Representation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bsc.confluence with parameters of type ConfluenceService.Storage.Representation Modifier and Type Method Description static ConfluenceService.Storage
ConfluenceService.Storage. of(String value, ConfluenceService.Storage.Representation rapresentation)
-
Uses of ConfluenceService.Storage.Representation in org.bsc.confluence.model
Methods in org.bsc.confluence.model that return ConfluenceService.Storage.Representation Modifier and Type Method Description ConfluenceService.Storage.Representation
SiteProcessor.PageContent. getType()
Methods in org.bsc.confluence.model with parameters of type ConfluenceService.Storage.Representation Modifier and Type Method Description static SiteProcessor.PageContent
SiteProcessor.PageContent. of(String content, ConfluenceService.Storage.Representation type)
-