public class ContentProperty extends Object implements Serializable
content
low level complex type.Constructor and Description |
---|
ContentProperty() |
ContentProperty(String encoding,
String mimeType,
String filename,
String digest) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDigest() |
String |
getEncoding() |
String |
getFilename() |
String |
getMimeType() |
void |
setDigest(String digest) |
void |
setEncoding(String encoding) |
void |
setFilename(String filename) |
void |
setMimeType(String mimeType) |
void |
setSubProperty(String subPropertyName,
String subPropertyValue) |
String |
toString() |
public String getEncoding()
public void setEncoding(String encoding)
public String getMimeType()
public void setMimeType(String mimeType)
public String getFilename()
public void setFilename(String filename)
public String getDigest()
public void setDigest(String digest)
public void setSubProperty(String subPropertyName, String subPropertyValue) throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.