Class SearchAssetPaginationInfo
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.SearchAssetPaginationInfo
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SearchAssetPaginationInfo extends com.ibm.cloud.sdk.core.service.model.GenericModelPagination information for the next page of results.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBookmark()Gets the bookmark.java.lang.StringgetInclude()Gets the include.java.lang.LonggetLimit()Gets the limit.java.lang.StringgetQuery()Gets the query.java.lang.LonggetSkip()Gets the skip.
-
-
-
Method Detail
-
getQuery
public java.lang.String getQuery()
Gets the query. Search query for filtering results.- Returns:
- the query
-
getLimit
public java.lang.Long getLimit()
Gets the limit. Number of items per page.- Returns:
- the limit
-
getBookmark
public java.lang.String getBookmark()
Gets the bookmark. Bookmark for pagination.- Returns:
- the bookmark
-
getInclude
public java.lang.String getInclude()
Gets the include. What to include in the results.- Returns:
- the include
-
getSkip
public java.lang.Long getSkip()
Gets the skip. Number of items to skip.- Returns:
- the skip
-
-