Class UiTableDataRequest

java.lang.Object
org.teamapps.dto.UiTableDataRequest
All Implemented Interfaces:
UiObject

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

    • startIndex

      protected int startIndex
    • length

      protected int length
    • sortField

      protected java.lang.String sortField
    • sortDirection

      protected UiSortDirection sortDirection
  • Constructor Details

    • UiTableDataRequest

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

      public UiTableDataRequest​(int startIndex, int length, java.lang.String sortField, UiSortDirection sortDirection)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

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

      public int getStartIndex()
    • getLength

      public int getLength()
    • getSortField

      public java.lang.String getSortField()
    • getSortDirection

      public UiSortDirection getSortDirection()