Class DeleteObjectOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.DeleteObjectOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteObjectOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteObject options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteObjectOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.DeleteObjectOptions.BuildernewBuilder()New builder.java.lang.StringobjectIdentifier()Gets the objectIdentifier.
-
-
-
Method Detail
-
newBuilder
public DeleteObjectOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteObjectOptions builder
-
catalogIdentifier
public java.lang.String catalogIdentifier()
Gets the catalogIdentifier. Catalog identifier.- Returns:
- the catalogIdentifier
-
objectIdentifier
public java.lang.String objectIdentifier()
Gets the objectIdentifier. Object identifier.- Returns:
- the objectIdentifier
-
-