Package org.teamapps.dto
Enum UiQueryType
java.lang.Object
java.lang.Enum<UiQueryType>
org.teamapps.dto.UiQueryType
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UiQueryType>,java.lang.constant.Constable
public enum UiQueryType extends java.lang.Enum<UiQueryType>
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description UI_CHAT_DISPLAY_REQUEST_CONTEXT_MENUUI_CHAT_DISPLAY_REQUEST_PREVIOUS_MESSAGESUI_COMBO_BOX_LAZY_CHILDRENUI_COMBO_BOX_RETRIEVE_DROPDOWN_ENTRIES -
Method Summary
Modifier and Type Method Description java.lang.Class<? extends UiQuery>getApiClass()static UiQueryTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiQueryType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getApiClass
-