public class Content
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Content.Builder
This class can be used to construct an instance of
Content for the purposes of creating
or modifying some content on the Confluence Cloud server. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Content> |
getAncestors()
This method returns the ancestors of this content.
|
ContentBody |
getBody()
This method returns the body of this content.
|
java.lang.String |
getId()
This method returns the unique identifier for the content.
|
Metadata |
getMetadata()
This method returns the metadata of this content.
|
Space |
getSpace()
This method returns the space that this content is in.
|
ContentStatus |
getStatus()
This method returns the status of the content.
|
java.lang.String |
getTitle()
This method returns the title of the content.
|
java.lang.String |
getType()
This method returns the type of the content.
|
Version |
getVersion()
This method returns the version of this content.
|
public java.lang.String getId()
public java.lang.String getType()
StandardContentType, or may be a custom content type defined by an app.public ContentStatus getStatus()
public java.lang.String getTitle()
public Space getSpace()
public java.util.List<Content> getAncestors()
public ContentBody getBody()
public Metadata getMetadata()
public Version getVersion()