Package com.podio.app
Class ApplicationConfiguration
- java.lang.Object
-
- com.podio.app.ApplicationConfigurationBase
-
- com.podio.app.ApplicationConfiguration
-
- All Implemented Interfaces:
Serializable
public class ApplicationConfiguration extends ApplicationConfigurationBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfiguration()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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApplicationTask>getTasks()voidsetTasks(List<ApplicationTask> tasks)-
Methods inherited from class com.podio.app.ApplicationConfigurationBase
getDefaultView, getDescription, getExternalId, getFivestarLabel, getIcon, getItemName, getName, getRsvpLabel, getThumbsLabel, getUsage, getYesnoLabel, isAllowAttachments, isAllowComments, isAllowEdit, isApproved, isFivestar, isRsvp, isThumbs, isYesno, setAllowAttachments, setAllowComments, setAllowEdit, setApproved, setDefaultView, setDescription, setExternalId, setFivestar, setFivestarLabel, setIcon, setItemName, setName, setRsvp, setRsvpLabel, setThumbs, setThumbsLabel, setUsage, setYesno, setYesnoLabel
-
-
-
-
Constructor Detail
-
ApplicationConfiguration
public ApplicationConfiguration()
-
ApplicationConfiguration
public 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)
-
-
Method Detail
-
getTasks
public List<ApplicationTask> getTasks()
-
setTasks
public void setTasks(List<ApplicationTask> tasks)
-
-