Klasse UiTableDataRequest

java.lang.Object
org.teamapps.dto.UiTableDataRequest
Alle implementierten Schnittstellen:
UiObject

public class UiTableDataRequest extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Felddetails

    • startIndex

      protected int startIndex
    • length

      protected int length
    • sortField

      protected String sortField
    • sortDirection

      protected UiSortDirection sortDirection
  • Konstruktordetails

    • UiTableDataRequest

      @Deprecated public UiTableDataRequest()
      Veraltet.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiTableDataRequest

      public UiTableDataRequest(int startIndex, int length, String sortField, UiSortDirection sortDirection)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getStartIndex

      public int getStartIndex()
    • getLength

      public int getLength()
    • getSortField

      public String getSortField()
    • getSortDirection

      public UiSortDirection getSortDirection()