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.String componentId  
    protected java.lang.String queryString  
  • 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.String getComponentId()  
    java.lang.String getQueryString()  
    UiQueryType getUiQueryType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait