Class DeleteCatalogEntryOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.DeleteCatalogEntryOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteCatalogEntryOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteCatalogEntry options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteCatalogEntryOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccount()Gets the account.java.lang.Booleanforce()Gets the force.java.lang.Stringid()Gets the id.DeleteCatalogEntryOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteCatalogEntryOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteCatalogEntryOptions builder
-
id
public java.lang.String id()
Gets the id. The object's unique ID.- Returns:
- the id
-
account
public java.lang.String account()
Gets the account. This changes the scope of the request regardless of the authorization header. Example scopes are `account` and `global`. `account=global` is reqired if operating with a service ID that has a global admin policy, for example `GET /?account=global`.- Returns:
- the account
-
force
public java.lang.Boolean force()
Gets the force. This will cause entry to be deleted fully. By default it is archived for two weeks, so that it can be restored if necessary.- Returns:
- the force
-
-