public static class Site.Attachment extends Site.Source
| Modifier and Type | Field | Description |
|---|---|---|
static String |
DEFAULT_CONTENT_TYPE |
|
static String |
DEFAULT_VERSION |
site| Constructor | Description |
|---|---|
Attachment() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getComment() |
|
String |
getContentType() |
|
String |
getVersion() |
|
void |
setComment(String comment) |
|
void |
setContentType(String contentType) |
|
void |
setVersion(String version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getRelativeUri, getUri, optName, setName, setUri, toStringpublic static final String DEFAULT_CONTENT_TYPE
public static final String DEFAULT_VERSION
public String getContentType()
public void setContentType(String contentType)
public String getComment()
public void setComment(String comment)
public String getVersion()
public void setVersion(String version)
Copyright © 2021. All rights reserved.