Package com.kaltura.client.types
Class FilterPager
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Pager
-
- com.kaltura.client.types.FilterPager
-
- All Implemented Interfaces:
ResponseType,Serializable
public class FilterPager extends Pager
The KalturaFilterPager object enables paging management to be applied upon service list actions.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterPager.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description FilterPager()FilterPager(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamstoParams()-
Methods inherited from class com.kaltura.client.types.Pager
getPageIndex, getPageSize, pageIndex, pageSize, setPageIndex, setPageSize
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
FilterPager
public FilterPager()
-
FilterPager
public FilterPager(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-