Package org.teamapps.dto
Class AbstractUiComboBox.RetrieveDropdownEntriesQuery
- java.lang.Object
-
- org.teamapps.dto.AbstractUiComboBox.RetrieveDropdownEntriesQuery
-
- All Implemented Interfaces:
UiQuery
- Enclosing class:
- AbstractUiComboBox
public static class AbstractUiComboBox.RetrieveDropdownEntriesQuery extends java.lang.Object implements UiQuery
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.lang.StringqueryString
-
Constructor Summary
Constructors Constructor Description RetrieveDropdownEntriesQuery()Deprecated.Only for Jackson deserialization.RetrieveDropdownEntriesQuery(java.lang.String componentId, java.lang.String queryString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()java.lang.StringgetQueryString()UiQueryTypegetUiQueryType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RetrieveDropdownEntriesQuery
@Deprecated public RetrieveDropdownEntriesQuery()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
RetrieveDropdownEntriesQuery
public RetrieveDropdownEntriesQuery(java.lang.String componentId, java.lang.String queryString)
-
-
Method Detail
-
getUiQueryType
public UiQueryType getUiQueryType()
- Specified by:
getUiQueryTypein interfaceUiQuery
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiQuery
-
getQueryString
public java.lang.String getQueryString()
-
-