Uses of Class
com.podio.app.ApplicationViewType
-
Packages that use ApplicationViewType Package Description com.podio.app -
-
Uses of ApplicationViewType in com.podio.app
Methods in com.podio.app that return ApplicationViewType Modifier and Type Method Description static ApplicationViewTypeApplicationViewType. getByName(String value)ApplicationViewTypeApplicationConfigurationBase. getDefaultView()static ApplicationViewTypeApplicationViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationViewType[]ApplicationViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.app with parameters of type ApplicationViewType Modifier and Type Method Description voidApplicationConfigurationBase. setDefaultView(ApplicationViewType defaultView)Constructors in com.podio.app with parameters of type ApplicationViewType 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)ApplicationConfigurationBase(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)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)
-