Package org.bsc.confluence
Interface ConfluenceService.Model.Blogpost
-
- Enclosing interface:
- ConfluenceService.Model
public static interface ConfluenceService.Model.Blogpost
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfluenceService.Model.ID
getId()
String
getSpace()
String
getTitle()
int
getVersion()
-
-
-
Method Detail
-
getId
ConfluenceService.Model.ID getId()
-
getTitle
String getTitle()
-
getSpace
String getSpace()
-
getVersion
int getVersion()
-
-