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
  • 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

      public UiQueryType getUiQueryType()
      Specified by:
      getUiQueryType in interface UiQuery
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiQuery
    • getQueryString

      public java.lang.String getQueryString()