Uses of Class
com.podio.task.TaskActionType
-
Packages that use TaskActionType Package Description com.podio.task -
-
Uses of TaskActionType in com.podio.task
Methods in com.podio.task that return TaskActionType Modifier and Type Method Description static TaskActionTypeTaskActionType. getByName(String value)static TaskActionTypeTaskActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskActionType[]TaskActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-