Class SearchObjectsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.SearchObjectsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SearchObjectsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe searchObjects options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchObjectsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleancollapse()Gets the collapse.java.lang.Booleandigest()Gets the digest.java.lang.Longlimit()Gets the limit.SearchObjectsOptions.BuildernewBuilder()New builder.java.lang.Longoffset()Gets the offset.java.lang.Stringquery()Gets the query.
-
-
-
Method Detail
-
newBuilder
public SearchObjectsOptions.Builder newBuilder()
New builder.- Returns:
- a SearchObjectsOptions builder
-
query
public java.lang.String query()
Gets the query. Lucene query string.- Returns:
- the query
-
limit
public java.lang.Long limit()
Gets the limit. The maximum number of results to return.- Returns:
- the limit
-
offset
public java.lang.Long offset()
Gets the offset. The number of results to skip before returning values.- Returns:
- the offset
-
collapse
public java.lang.Boolean collapse()
Gets the collapse. When true, hide private objects that correspond to public or IBM published objects.- Returns:
- the collapse
-
digest
public java.lang.Boolean digest()
Gets the digest. Display a digests of search results, has default value of true.- Returns:
- the digest
-
-