Package org.teamapps.dto
Class UiInfiniteItemViewDataRequest
java.lang.Object
org.teamapps.dto.UiInfiniteItemViewDataRequest
- All Implemented Interfaces:
UiObject
public class UiInfiniteItemViewDataRequest extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected intlengthprotected intstartIndex -
Constructor Summary
Constructors Constructor Description UiInfiniteItemViewDataRequest()Deprecated.Only for Jackson deserialization.UiInfiniteItemViewDataRequest(int startIndex, int length) -
Method Summary
Modifier and Type Method Description intgetLength()intgetStartIndex()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
startIndex
protected int startIndex -
length
protected int length
-
-
Constructor Details
-
UiInfiniteItemViewDataRequest
@Deprecated public UiInfiniteItemViewDataRequest()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiInfiniteItemViewDataRequest
public UiInfiniteItemViewDataRequest(int startIndex, int length)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getStartIndex
public int getStartIndex() -
getLength
public int getLength()
-