Class GetDataProductDraftContractTermsOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class GetDataProductDraftContractTermsOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getDataProductDraftContractTerms options.
    • Method Detail

      • 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
      • 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