| Package | Description |
|---|---|
| com.podio.comment | |
| com.podio.contact | |
| com.podio.embed | |
| com.podio.file | |
| com.podio.item | |
| com.podio.status | |
| com.podio.stream |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
Comment.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setFiles(List<File> files) |
| Modifier and Type | Method and Description |
|---|---|
File |
ProfileUpdate.getImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileUpdate.setImage(File image) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
Embed.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Embed.setFiles(List<File> files) |
| Modifier and Type | Method and Description |
|---|---|
File |
FileAPI.getFile(int fileId)
Returns the file with the given id
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
FileAPI.getOnApp(int appId,
Integer limit,
Integer offset)
Returns all the files related to the items in the application.
|
List<File> |
FileAPI.getOnSpace(int spaceId,
Integer limit,
Integer offset)
Returns all the files on the space order by the file name.
|
List<File> |
File.getReplaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
File.setReplaces(List<File> replaces) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
Item.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setFiles(List<File> files) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
StatusFull.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusFull.setFiles(List<File> files) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
StreamObjectV2.getFiles() |
List<File> |
StreamObject.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamObjectV2.setFiles(List<File> files) |
void |
StreamObject.setFiles(List<File> files) |
Copyright © 2014. All Rights Reserved.