Class SearchAssetPaginationInfo

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SearchAssetPaginationInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Pagination information for the next page of results.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBookmark()
      Gets the bookmark.
      java.lang.String getInclude()
      Gets the include.
      java.lang.Long getLimit()
      Gets the limit.
      java.lang.String getQuery()
      Gets the query.
      java.lang.Long getSkip()
      Gets the skip.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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