Package org.teamapps.dto
Class UiComboBox.RetrieveDropdownEntriesQuery
java.lang.Object
org.teamapps.dto.UiComboBox.RetrieveDropdownEntriesQuery
- All Implemented Interfaces:
UiQuery
- Enclosing class:
- UiComboBox
public static class UiComboBox.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
Modifier and Type Method Description java.lang.StringgetComponentId()java.lang.StringgetQueryString()UiQueryTypegetUiQueryType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
queryString
protected java.lang.String queryString
-
-
Constructor Details
-
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 Details
-
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()
-