Package pro.taskana.task.rest
Enum TaskQueryGroupByParameter.TaskQueryGroupBy
- java.lang.Object
-
- java.lang.Enum<TaskQueryGroupByParameter.TaskQueryGroupBy>
-
- pro.taskana.task.rest.TaskQueryGroupByParameter.TaskQueryGroupBy
-
- All Implemented Interfaces:
Serializable,Comparable<TaskQueryGroupByParameter.TaskQueryGroupBy>
- Enclosing class:
- TaskQueryGroupByParameter
public static enum TaskQueryGroupByParameter.TaskQueryGroupBy extends Enum<TaskQueryGroupByParameter.TaskQueryGroupBy>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description POR_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyGroupByForQuery(pro.taskana.task.api.TaskQuery query)static TaskQueryGroupByParameter.TaskQueryGroupByvalueOf(String name)Returns the enum constant of this type with the specified name.static TaskQueryGroupByParameter.TaskQueryGroupBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
POR_VALUE
public static final TaskQueryGroupByParameter.TaskQueryGroupBy POR_VALUE
-
-
Method Detail
-
values
public static TaskQueryGroupByParameter.TaskQueryGroupBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TaskQueryGroupByParameter.TaskQueryGroupBy c : TaskQueryGroupByParameter.TaskQueryGroupBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TaskQueryGroupByParameter.TaskQueryGroupBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
applyGroupByForQuery
public void applyGroupByForQuery(pro.taskana.task.api.TaskQuery query)
-
-