Class UpdateCatalogAccountOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.UpdateCatalogAccountOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateCatalogAccountOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateCatalogAccount options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateCatalogAccountOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltersaccountFilters()Gets the accountFilters.java.lang.BooleanhideIbmCloudCatalog()Gets the hideIbmCloudCatalog.java.lang.Stringid()Gets the id.UpdateCatalogAccountOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateCatalogAccountOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateCatalogAccountOptions builder
-
id
public java.lang.String id()
Gets the id. Account identification.- Returns:
- the id
-
hideIbmCloudCatalog
public java.lang.Boolean hideIbmCloudCatalog()
Gets the hideIbmCloudCatalog. Hide the public catalog in this account.- Returns:
- the hideIbmCloudCatalog
-
accountFilters
public Filters accountFilters()
Gets the accountFilters. Filters for account and catalog filters.- Returns:
- the accountFilters
-
-