Package org.bsc.confluence.model
Class Site.Attachment
- java.lang.Object
-
- org.bsc.confluence.model.Site.Source
-
- org.bsc.confluence.model.Site.Attachment
-
- Enclosing class:
- Site
public static class Site.Attachment extends Site.Source
class Attachment
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_CONTENT_TYPE
static String
DEFAULT_VERSION
-
Fields inherited from class org.bsc.confluence.model.Site.Source
site
-
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String
getContentType()
String
getVersion()
void
setComment(String comment)
void
setContentType(String contentType)
void
setVersion(String version)
-
Methods inherited from class org.bsc.confluence.model.Site.Source
getName, getRelativeUri, getUri, setName, setUri, toString
-
-
-
-
Field Detail
-
DEFAULT_CONTENT_TYPE
public static final String DEFAULT_CONTENT_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_VERSION
public static final String DEFAULT_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-