Class GetDataProductDraftOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.GetDataProductDraftOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetDataProductDraftOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getDataProductDraft options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDataProductDraftOptions.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.GetDataProductDraftOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetDataProductDraftOptions.Builder newBuilder()
New builder.- Returns:
- a GetDataProductDraftOptions 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
-
-