| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
BodyType |
ItemShape.getBodyType()
Gets how the body text is formatted in the response.
|
BodyType |
AttachmentShape.getBodyType()
Gets how the body text is formatted in the response.
|
BodyType |
Body.getType()
Gets how the item body is stored in the item.
|
static BodyType |
BodyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BodyType[] |
BodyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemShape.setBodyType(BodyType bodyType)
Sets how the body text is formatted in the response.
|
void |
AttachmentShape.setBodyType(BodyType bodyType)
Sets how the body text is formatted in the response.
|
void |
Body.setType(BodyType type)
Sets how the item body is stored in the item.
|
| Constructor and Description |
|---|
AttachmentShape(BodyType bodyType)
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,
BodyType bodyType)
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.
|
Body(BodyType type)
Initializes a new instance of the Body class.
|
Body(java.lang.String text,
BodyType type)
Initializes a new instance of the Body class.
|
Body(java.lang.String text,
BodyType type,
boolean isTruncated)
Initializes a new instance of the Body class.
|
ItemShape(java.util.List<PropertyPath> propertyPaths,
BodyType bodyType)
Instantiates a new item shape.
|
ItemShape(java.util.List<PropertyPath> propertyPaths,
boolean includeMimeContent,
BodyType bodyType)
Initializes a new instance of the ItemShape class.
|
ItemShape(ShapeType type,
BodyType bodyType)
Initializes a new instance of the ItemShape class.
|
ItemShape(ShapeType type,
boolean includeMimeContent,
BodyType bodyType)
Initializes a new instance of the ItemShape class.
|
ItemShape(ShapeType type,
java.util.List<PropertyPath> propertyPaths,
BodyType bodyType)
Initializes a new instance of the ItemShape class.
|
ItemShape(ShapeType type,
java.util.List<PropertyPath> propertyPaths,
boolean includeMimeContent,
BodyType bodyType)
Initializes a new instance of the ItemShape class.
|