| Package | Description |
|---|---|
| org.bsc.confluence.rest |
| Modifier and Type | Method and Description |
|---|---|
static RESTConfluenceService.ContentType |
RESTConfluenceService.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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObjectBuilder |
RESTConfluenceService.jsonForCreatingContent(RESTConfluenceService.ContentType type,
String spaceKey,
long parentPageId,
String title,
ConfluenceService.Storage content) |
javax.json.JsonObjectBuilder |
RESTConfluenceService.jsonForCreatingContent(RESTConfluenceService.ContentType type,
String spaceKey,
String title,
ConfluenceService.Storage content) |
Copyright © 2020. All rights reserved.