Uses of Class
org.bsc.confluence.rest.RESTConfluenceService.ContentType
-
Packages that use RESTConfluenceService.ContentType Package Description org.bsc.confluence.rest -
-
Uses of RESTConfluenceService.ContentType in org.bsc.confluence.rest
Methods in org.bsc.confluence.rest that return RESTConfluenceService.ContentType Modifier and Type Method Description static RESTConfluenceService.ContentTypeRESTConfluenceService.ContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static RESTConfluenceService.ContentType[]RESTConfluenceService.ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bsc.confluence.rest with parameters of type RESTConfluenceService.ContentType Modifier and Type Method Description javax.json.JsonObjectBuilderRESTConfluenceService. jsonForCreatingContent(RESTConfluenceService.ContentType type, String spaceKey, long parentPageId, String title, ConfluenceService.Storage content)javax.json.JsonObjectBuilderRESTConfluenceService. jsonForCreatingContent(RESTConfluenceService.ContentType type, String spaceKey, String title, ConfluenceService.Storage content)
-