| Package | Description |
|---|---|
| com.podio.app | |
| com.podio.calendar | |
| com.podio.item | |
| com.podio.item.map | |
| com.podio.stream |
| Modifier and Type | Method and Description |
|---|---|
Application |
AppAPI.getApp(int appId)
Gets the definition of an app and can include configuration and fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
Dependencies.getApps() |
List<Application> |
AppAPI.getApps()
Returns the apps available to the user.
|
List<Application> |
AppAPI.getAppsOnSpace(int spaceId)
Returns all the apps on the space that are visible.
|
List<Application> |
AppAPI.getTopApps(Integer limit)
Returns the top apps for the active user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dependencies.setApps(List<Application> apps) |
| Modifier and Type | Method and Description |
|---|---|
Application |
Event.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setApplication(Application application) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ItemReference.getApplication() |
Application |
ItemMini.getApplication() |
Application |
Item.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemReference.setApplication(Application application) |
void |
ItemMini.setApplication(Application application) |
void |
Item.setApplication(Application application) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ItemMap<T> |
ItemMap.get(Application application,
Class<T> modelClass) |
| Modifier and Type | Method and Description |
|---|---|
Application |
StreamObjectV2.getApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamObjectV2.setApp(Application app) |
Copyright © 2014. All Rights Reserved.