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.RepresentationConfluenceService.Storage. rapresentationMethods in org.bsc.confluence that return ConfluenceService.Storage.Representation Modifier and Type Method Description static ConfluenceService.Storage.RepresentationConfluenceService.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.StorageConfluenceService.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.RepresentationSiteProcessor.PageContent. getType()Methods in org.bsc.confluence.model with parameters of type ConfluenceService.Storage.Representation Modifier and Type Method Description static SiteProcessor.PageContentSiteProcessor.PageContent. of(String content, ConfluenceService.Storage.Representation type)
-