| Package | Description |
|---|---|
| com.podio.item | |
| com.podio.stream |
| Modifier and Type | Method and Description |
|---|---|
ItemRevision |
ItemBadge.getCurrentRevision() |
ItemRevision |
Item.getCurrentRevision() |
ItemRevision |
ItemMini.getInitialRevision() |
ItemRevision |
ItemBadge.getInitialRevision() |
ItemRevision |
Item.getInitialRevision() |
ItemRevision |
ItemAPI.getItemRevision(int itemId,
int revisionId)
Returns the data about the specific revision on an item
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemRevision> |
ItemAPI.getItemRevisions(int itemId)
Returns all the revisions that have been made to an item
|
List<ItemRevision> |
Item.getRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemBadge.setCurrentRevision(ItemRevision currentRevision) |
void |
Item.setCurrentRevision(ItemRevision currentRevision) |
void |
ItemMini.setInitialRevision(ItemRevision initialRevision) |
void |
ItemBadge.setInitialRevision(ItemRevision initialRevision) |
void |
Item.setInitialRevision(ItemRevision initialRevision) |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setRevisions(List<ItemRevision> revisions) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemRevision> |
StreamObject.getRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamObject.setRevisions(List<ItemRevision> revisions) |
Copyright © 2014. All Rights Reserved.