Class GetReleaseContractTermsDocumentOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String dataProductId,
                       java.lang.String releaseId,
                       java.lang.String contractTermsId,
                       java.lang.String documentId)
        Instantiates a new builder with required properties.
        Parameters:
        dataProductId - the dataProductId
        releaseId - the releaseId
        contractTermsId - the contractTermsId
        documentId - the documentId
    • Method Detail

      • dataProductId

        public GetReleaseContractTermsDocumentOptions.Builder dataProductId​(java.lang.String dataProductId)
        Set the dataProductId.
        Parameters:
        dataProductId - the dataProductId
        Returns:
        the GetReleaseContractTermsDocumentOptions builder
      • contractTermsId

        public GetReleaseContractTermsDocumentOptions.Builder contractTermsId​(java.lang.String contractTermsId)
        Set the contractTermsId.
        Parameters:
        contractTermsId - the contractTermsId
        Returns:
        the GetReleaseContractTermsDocumentOptions builder
      • documentId

        public GetReleaseContractTermsDocumentOptions.Builder documentId​(java.lang.String documentId)
        Set the documentId.
        Parameters:
        documentId - the documentId
        Returns:
        the GetReleaseContractTermsDocumentOptions builder