Package org.openapitools.client.model
Enum HistoricExternalTaskLogQueryDtoSorting.SortByEnum
- java.lang.Object
-
- java.lang.Enum<HistoricExternalTaskLogQueryDtoSorting.SortByEnum>
-
- org.openapitools.client.model.HistoricExternalTaskLogQueryDtoSorting.SortByEnum
-
- All Implemented Interfaces:
Serializable,Comparable<HistoricExternalTaskLogQueryDtoSorting.SortByEnum>
- Enclosing class:
- HistoricExternalTaskLogQueryDtoSorting
public static enum HistoricExternalTaskLogQueryDtoSorting.SortByEnum extends Enum<HistoricExternalTaskLogQueryDtoSorting.SortByEnum>
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHistoricExternalTaskLogQueryDtoSorting.SortByEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTIVITYIDACTIVITYINSTANCEIDEXECUTIONIDEXTERNALTASKIDPRIORITYPROCESSDEFINITIONIDPROCESSDEFINITIONKEYPROCESSINSTANCEIDRETRIESTENANTIDTIMESTAMPTOPICNAMEWORKERID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricExternalTaskLogQueryDtoSorting.SortByEnumfromValue(String value)StringgetValue()StringtoString()static HistoricExternalTaskLogQueryDtoSorting.SortByEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static HistoricExternalTaskLogQueryDtoSorting.SortByEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TIMESTAMP
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum TIMESTAMP
-
EXTERNALTASKID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum EXTERNALTASKID
-
TOPICNAME
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum TOPICNAME
-
WORKERID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum WORKERID
-
RETRIES
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum RETRIES
-
PRIORITY
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum PRIORITY
-
ACTIVITYID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum ACTIVITYID
-
ACTIVITYINSTANCEID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum ACTIVITYINSTANCEID
-
EXECUTIONID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum EXECUTIONID
-
PROCESSINSTANCEID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum PROCESSINSTANCEID
-
PROCESSDEFINITIONID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum PROCESSDEFINITIONID
-
PROCESSDEFINITIONKEY
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum PROCESSDEFINITIONKEY
-
TENANTID
public static final HistoricExternalTaskLogQueryDtoSorting.SortByEnum TENANTID
-
-
Method Detail
-
values
public static HistoricExternalTaskLogQueryDtoSorting.SortByEnum[] 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 (HistoricExternalTaskLogQueryDtoSorting.SortByEnum c : HistoricExternalTaskLogQueryDtoSorting.SortByEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HistoricExternalTaskLogQueryDtoSorting.SortByEnum 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
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<HistoricExternalTaskLogQueryDtoSorting.SortByEnum>
-
fromValue
public static HistoricExternalTaskLogQueryDtoSorting.SortByEnum fromValue(String value)
-
-