Class GetCatalogEntryOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.GetCatalogEntryOptions.Builder
-
- Enclosing class:
- GetCatalogEntryOptions
public static class GetCatalogEntryOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCatalogEntryOptions.Builderaccount(java.lang.String account)Set the account.GetCatalogEntryOptionsbuild()Builds a GetCatalogEntryOptions.GetCatalogEntryOptions.Buildercomplete(java.lang.Boolean complete)Set the complete.GetCatalogEntryOptions.Builderdepth(long depth)Set the depth.GetCatalogEntryOptions.Builderid(java.lang.String id)Set the id.GetCatalogEntryOptions.Builderinclude(java.lang.String include)Set the include.GetCatalogEntryOptions.Builderlanguages(java.lang.String languages)Set the languages.
-
-
-
Method Detail
-
build
public GetCatalogEntryOptions build()
Builds a GetCatalogEntryOptions.- Returns:
- the new GetCatalogEntryOptions instance
-
id
public GetCatalogEntryOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the GetCatalogEntryOptions builder
-
account
public GetCatalogEntryOptions.Builder account(java.lang.String account)
Set the account.- Parameters:
account- the account- Returns:
- the GetCatalogEntryOptions builder
-
include
public GetCatalogEntryOptions.Builder include(java.lang.String include)
Set the include.- Parameters:
include- the include- Returns:
- the GetCatalogEntryOptions builder
-
languages
public GetCatalogEntryOptions.Builder languages(java.lang.String languages)
Set the languages.- Parameters:
languages- the languages- Returns:
- the GetCatalogEntryOptions builder
-
complete
public GetCatalogEntryOptions.Builder complete(java.lang.Boolean complete)
Set the complete.- Parameters:
complete- the complete- Returns:
- the GetCatalogEntryOptions builder
-
depth
public GetCatalogEntryOptions.Builder depth(long depth)
Set the depth.- Parameters:
depth- the depth- Returns:
- the GetCatalogEntryOptions builder
-
-