-
@JsonClass(generateAdapter = true) public final class RequestPagination
-
-
Constructor Summary
Constructors Constructor Description RequestPagination(Integer maxItems, Integer skipCount)
-
Method Summary
Modifier and Type Method Description final IntegergetMaxItems()final UnitsetMaxItems(@Json(name = maxItems) Integer maxItems)final IntegergetSkipCount()final UnitsetSkipCount(@Json(name = skipCount) Integer skipCount)-
-
Method Detail
-
getMaxItems
final Integer getMaxItems()
-
setMaxItems
final Unit setMaxItems(@Json(name = maxItems) Integer maxItems)
-
getSkipCount
final Integer getSkipCount()
-
setSkipCount
final Unit setSkipCount(@Json(name = skipCount) Integer skipCount)
-
-
-
-