Class EntrySearchResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.EntrySearchResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EntrySearchResult extends com.ibm.cloud.sdk.core.service.model.GenericModelA paginated search result containing catalog entries.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetCount()Gets the count.java.lang.StringgetFirst()Gets the first.java.lang.StringgetLast()Gets the last.java.lang.LonggetLimit()Gets the limit.java.lang.StringgetNext()Gets the next.java.lang.LonggetOffset()Gets the offset.java.lang.StringgetPrev()Gets the prev.java.lang.LonggetResourceCount()Gets the resourceCount.java.util.List<CatalogEntry>getResources()Gets the resources.
-
-
-
Method Detail
-
getOffset
public java.lang.Long getOffset()
Gets the offset. The offset (origin 0) of the first resource in this page of search results.- Returns:
- the offset
-
getLimit
public java.lang.Long getLimit()
Gets the limit. The maximum number of resources returned in each page of search results.- Returns:
- the limit
-
getCount
public java.lang.Long getCount()
Gets the count. The overall total number of resources in the search result set.- Returns:
- the count
-
getResourceCount
public java.lang.Long getResourceCount()
Gets the resourceCount. The number of resources returned in this page of search results.- Returns:
- the resourceCount
-
getFirst
public java.lang.String getFirst()
Gets the first. A URL for retrieving the first page of search results.- Returns:
- the first
-
getLast
public java.lang.String getLast()
Gets the last. A URL for retrieving the last page of search results.- Returns:
- the last
-
getPrev
public java.lang.String getPrev()
Gets the prev. A URL for retrieving the previous page of search results.- Returns:
- the prev
-
getNext
public java.lang.String getNext()
Gets the next. A URL for retrieving the next page of search results.- Returns:
- the next
-
getResources
public java.util.List<CatalogEntry> getResources()
Gets the resources. The resources (catalog entries) contained in this page of search results.- Returns:
- the resources
-
-