Class GetPublishedDataProductDraftContractTermsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.GetPublishedDataProductDraftContractTermsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetPublishedDataProductDraftContractTermsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getPublishedDataProductDraftContractTerms options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPublishedDataProductDraftContractTermsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccept()Gets the accept.java.lang.StringcontractTermsId()Gets the contractTermsId.java.lang.StringdataProductId()Gets the dataProductId.java.lang.BooleanincludeContractDocuments()Gets the includeContractDocuments.GetPublishedDataProductDraftContractTermsOptions.BuildernewBuilder()New builder.java.lang.StringreleaseId()Gets the releaseId.
-
-
-
Method Detail
-
newBuilder
public GetPublishedDataProductDraftContractTermsOptions.Builder newBuilder()
New builder.- Returns:
- a GetPublishedDataProductDraftContractTermsOptions 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
-
releaseId
public java.lang.String releaseId()
Gets the releaseId. Data product release id.- Returns:
- the releaseId
-
contractTermsId
public java.lang.String contractTermsId()
Gets the contractTermsId. Contract terms id.- Returns:
- the contractTermsId
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: application/odcs+yaml or application/json.- Returns:
- the accept
-
includeContractDocuments
public java.lang.Boolean includeContractDocuments()
Gets the includeContractDocuments. Set to false to exclude external contract documents (e.g., Terms and Conditions URLs) from the response. By default, these are included.- Returns:
- the includeContractDocuments
-
-