Class DeleteDataProductDraftOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.DeleteDataProductDraftOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteDataProductDraftOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteDataProductDraft options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteDataProductDraftOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
dataProductId()
Gets the dataProductId.java.lang.String
draftId()
Gets the draftId.DeleteDataProductDraftOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteDataProductDraftOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteDataProductDraftOptions builder
-
dataProductId
public java.lang.String dataProductId()
Gets the dataProductId. Data product ID. Use '-' to skip specifying the data product ID explicitly.- Returns:
- the dataProductId
-
draftId
public java.lang.String draftId()
Gets the draftId. Data product draft id.- Returns:
- the draftId
-
-