| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Post |
Service.getPost(ItemId itemId)
Gets a post item.
|
Post |
Service.getPost(ItemId itemId,
ItemShape itemShape)
Gets a post item.
|
Post |
Service.getPost(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a post item.
|
Post |
Service.getPost(ItemId itemId,
ShapeType shapeType)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId,
ItemShape itemShape)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId,
ShapeType shapeType)
Gets a post item.
|