| Package | Description |
|---|---|
| com.podio.app |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationViewType |
ApplicationViewType.getByName(String value) |
ApplicationViewType |
ApplicationConfigurationBase.getDefaultView() |
static ApplicationViewType |
ApplicationViewType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationConfigurationBase.setDefaultView(ApplicationViewType defaultView) |
| Constructor and 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) |
Copyright © 2014. All Rights Reserved.