Uses of Class
com.podio.app.Application
-
Packages that use Application Package Description com.podio.app com.podio.calendar com.podio.item com.podio.item.map com.podio.search com.podio.stream -
-
Uses of Application in com.podio.app
Methods in com.podio.app that return Application Modifier and Type Method Description ApplicationAppAPI. getApp(int appId)Gets the definition of an app and can include configuration and fields.Methods in com.podio.app that return types with arguments of type Application Modifier and Type Method Description List<Application>AppAPI. getApps()Returns the apps available to the user.List<Application>Dependencies. getApps()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.Method parameters in com.podio.app with type arguments of type Application Modifier and Type Method Description voidDependencies. setApps(List<Application> apps) -
Uses of Application in com.podio.calendar
Methods in com.podio.calendar that return Application Modifier and Type Method Description ApplicationEvent. getApplication()Methods in com.podio.calendar with parameters of type Application Modifier and Type Method Description voidEvent. setApplication(Application application) -
Uses of Application in com.podio.item
Methods in com.podio.item that return Application Modifier and Type Method Description ApplicationItem. getApplication()ApplicationItemMini. getApplication()ApplicationItemReference. getApplication()Methods in com.podio.item with parameters of type Application Modifier and Type Method Description voidItem. setApplication(Application application)voidItemMini. setApplication(Application application)voidItemReference. setApplication(Application application) -
Uses of Application in com.podio.item.map
Methods in com.podio.item.map with parameters of type Application Modifier and Type Method Description static <T> ItemMap<T>ItemMap. get(Application application, Class<T> modelClass) -
Uses of Application in com.podio.search
Methods in com.podio.search that return Application Modifier and Type Method Description ApplicationSearchResult. getApp()Methods in com.podio.search with parameters of type Application Modifier and Type Method Description voidSearchResult. setApp(Application app) -
Uses of Application in com.podio.stream
Methods in com.podio.stream that return Application Modifier and Type Method Description ApplicationStreamObjectV2. getApp()Methods in com.podio.stream with parameters of type Application Modifier and Type Method Description voidStreamObjectV2. setApp(Application app)
-