Uses of Class
com.podio.app.ApplicationTaskCreate
-
Packages that use ApplicationTaskCreate Package Description com.podio.app -
-
Uses of ApplicationTaskCreate in com.podio.app
Methods in com.podio.app that return types with arguments of type ApplicationTaskCreate Modifier and Type Method Description List<ApplicationTaskCreate>ApplicationConfigurationCreate. getTasks()Method parameters in com.podio.app with type arguments of type ApplicationTaskCreate Modifier and Type Method Description voidApplicationConfigurationCreate. setTasks(List<ApplicationTaskCreate> tasks)Constructor parameters in com.podio.app with type arguments of type ApplicationTaskCreate Constructor Description ApplicationConfigurationCreate(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<ApplicationTaskCreate> tasks)
-