Class UiTableDataRequest

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

public class UiTableDataRequest extends 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 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, String sortField, UiSortDirection sortDirection)
  • Method Details