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