public class AttachmentShape
extends java.lang.Object
| Constructor and Description |
|---|
AttachmentShape()
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(BodyType bodyType)
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(boolean includeMimeContent)
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(boolean includeMimeContent,
BodyType bodyType)
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(java.util.List<PropertyPath> propertyPaths)
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(java.util.List<PropertyPath> propertyPaths,
BodyType bodyType)
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(java.util.List<PropertyPath> propertyPaths,
boolean includeMimeContent)
Initializes a new instance of the AttachmentShape class.
|
AttachmentShape(java.util.List<PropertyPath> propertyPaths,
boolean includeMimeContent,
BodyType bodyType)
Initializes a new instance of the AttachmentShape class.
|
| Modifier and Type | Method and Description |
|---|---|
BodyType |
getBodyType()
Gets how the body text is formatted in the response.
|
boolean |
getIncludeMimeContent()
Gets whether the Multipurpose Internet Mail Extensions (MIME) content of an item or attachment is returned in the response.
|
java.util.List<PropertyPath> |
getPropertyPaths()
Gets the property paths.
|
boolean |
isFilterHtmlContent()
Checks if is filter html content.
|
void |
setBodyType(BodyType bodyType)
Sets how the body text is formatted in the response.
|
void |
setFilterHtmlContent(boolean filterHtmlContent)
Sets the filter html content.
|
void |
setIncludeMimeContent(boolean includeMimeContent)
Sets whether the Multipurpose Internet Mail Extensions (MIME) content of an item or attachment is returned in the response.
|
java.lang.String |
toString()
Converts the value of the current AttachmentShape object to its equivalent string representation.
|
public AttachmentShape()
public AttachmentShape(boolean includeMimeContent)
includeMimeContent - the include mime contentpublic AttachmentShape(BodyType bodyType)
bodyType - the body typepublic AttachmentShape(boolean includeMimeContent,
BodyType bodyType)
includeMimeContent - the include mime contentbodyType - the body typepublic AttachmentShape(java.util.List<PropertyPath> propertyPaths)
propertyPaths - the property pathspublic AttachmentShape(java.util.List<PropertyPath> propertyPaths, boolean includeMimeContent)
propertyPaths - the property pathsincludeMimeContent - the include mime contentpublic AttachmentShape(java.util.List<PropertyPath> propertyPaths, BodyType bodyType)
propertyPaths - the property pathsbodyType - the body typepublic AttachmentShape(java.util.List<PropertyPath> propertyPaths, boolean includeMimeContent, BodyType bodyType)
propertyPaths - the property pathsincludeMimeContent - the include mime contentbodyType - the body typepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<PropertyPath> getPropertyPaths()
public boolean getIncludeMimeContent()
public void setIncludeMimeContent(boolean includeMimeContent)
includeMimeContent - the new include mime contentpublic BodyType getBodyType()
public void setBodyType(BodyType bodyType)
bodyType - the new body typepublic boolean isFilterHtmlContent()
public void setFilterHtmlContent(boolean filterHtmlContent)
filterHtmlContent - the new filter html content