Class ListCatalogEntriesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.ListCatalogEntriesOptions.Builder
-
- Enclosing class:
- ListCatalogEntriesOptions
public static class ListCatalogEntriesOptions.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCatalogEntriesOptions.Builderaccount(java.lang.String account)Set the account.ListCatalogEntriesOptionsbuild()Builds a ListCatalogEntriesOptions.ListCatalogEntriesOptions.Buildercatalog(java.lang.Boolean catalog)Set the catalog.ListCatalogEntriesOptions.Buildercomplete(java.lang.Boolean complete)Set the complete.ListCatalogEntriesOptions.Builderdescending(java.lang.String descending)Set the descending.ListCatalogEntriesOptions.Builderinclude(java.lang.String include)Set the include.ListCatalogEntriesOptions.Builderlanguages(java.lang.String languages)Set the languages.ListCatalogEntriesOptions.Builderlimit(long limit)Set the limit.ListCatalogEntriesOptions.Builderoffset(long offset)Set the offset.ListCatalogEntriesOptions.Builderq(java.lang.String q)Set the q.ListCatalogEntriesOptions.BuildersortBy(java.lang.String sortBy)Set the sortBy.
-
-
-
Method Detail
-
build
public ListCatalogEntriesOptions build()
Builds a ListCatalogEntriesOptions.- Returns:
- the new ListCatalogEntriesOptions instance
-
account
public ListCatalogEntriesOptions.Builder account(java.lang.String account)
Set the account.- Parameters:
account- the account- Returns:
- the ListCatalogEntriesOptions builder
-
include
public ListCatalogEntriesOptions.Builder include(java.lang.String include)
Set the include.- Parameters:
include- the include- Returns:
- the ListCatalogEntriesOptions builder
-
q
public ListCatalogEntriesOptions.Builder q(java.lang.String q)
Set the q.- Parameters:
q- the q- Returns:
- the ListCatalogEntriesOptions builder
-
sortBy
public ListCatalogEntriesOptions.Builder sortBy(java.lang.String sortBy)
Set the sortBy.- Parameters:
sortBy- the sortBy- Returns:
- the ListCatalogEntriesOptions builder
-
descending
public ListCatalogEntriesOptions.Builder descending(java.lang.String descending)
Set the descending.- Parameters:
descending- the descending- Returns:
- the ListCatalogEntriesOptions builder
-
languages
public ListCatalogEntriesOptions.Builder languages(java.lang.String languages)
Set the languages.- Parameters:
languages- the languages- Returns:
- the ListCatalogEntriesOptions builder
-
catalog
public ListCatalogEntriesOptions.Builder catalog(java.lang.Boolean catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the ListCatalogEntriesOptions builder
-
complete
public ListCatalogEntriesOptions.Builder complete(java.lang.Boolean complete)
Set the complete.- Parameters:
complete- the complete- Returns:
- the ListCatalogEntriesOptions builder
-
offset
public ListCatalogEntriesOptions.Builder offset(long offset)
Set the offset.- Parameters:
offset- the offset- Returns:
- the ListCatalogEntriesOptions builder
-
limit
public ListCatalogEntriesOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListCatalogEntriesOptions builder
-
-