Uses of Class
com.podio.app.ApplicationTask
-
Packages that use ApplicationTask Package Description com.podio.app -
-
Uses of ApplicationTask in com.podio.app
Methods in com.podio.app that return types with arguments of type ApplicationTask Modifier and Type Method Description List<ApplicationTask>ApplicationConfiguration. getTasks()Method parameters in com.podio.app with type arguments of type ApplicationTask Modifier and Type Method Description voidApplicationConfiguration. setTasks(List<ApplicationTask> tasks)Constructor parameters in com.podio.app with type arguments of type ApplicationTask Constructor Description ApplicationConfiguration(String name, String itemName, String description, String usage, String externalId, String icon, boolean allowEdit, ApplicationViewType defaultView, boolean allowAttachments, boolean allowComments, boolean fivestar, String fivestarLabel, boolean approved, boolean thumbs, String thumbsLabel, boolean rsvp, String rsvpLabel, boolean yesno, String yesnoLabel, List<ApplicationTask> tasks)
-