Class CreateContractTemplateOptions

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

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

      • container

        public ContainerReference container()
        Gets the container. Container reference.
        Returns:
        the container
      • id

        public java.lang.String id()
        Gets the id. The identifier of the data product contract template.
        Returns:
        the id
      • creatorId

        public java.lang.String creatorId()
        Gets the creatorId. The identifier of the user who created the data product contract template.
        Returns:
        the creatorId
      • createdAt

        public java.lang.String createdAt()
        Gets the createdAt. The timestamp when the data product contract template was created.
        Returns:
        the createdAt
      • name

        public java.lang.String name()
        Gets the name. The name of the contract template.
        Returns:
        the name
      • error

        public ErrorMessage error()
        Gets the error. Contains the code and details.
        Returns:
        the error
      • contractTerms

        public ContractTerms contractTerms()
        Gets the contractTerms. Defines the complete structure of a contract terms.
        Returns:
        the contractTerms
      • containerId

        public java.lang.String containerId()
        Gets the containerId. Container ID of the data product catalog. If not supplied, the data product catalog is looked up by using the uid of the default data product catalog.
        Returns:
        the containerId
      • contractTemplateName

        public java.lang.String contractTemplateName()
        Gets the contractTemplateName. Name of the data product contract template. If not supplied, the data product templates within the catalog will returned.
        Returns:
        the contractTemplateName
      • domainIds

        public java.lang.String domainIds()
        Gets the domainIds. Comma-separated domain IDs to filter data product contract templates. If not supplied, the data product templates within the catalog will returned.
        Returns:
        the domainIds