Class ContractTemplateCustomProperty.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public ContractTemplateCustomProperty build()
        Builds a ContractTemplateCustomProperty.
        Returns:
        the new ContractTemplateCustomProperty instance
      • property

        public ContractTemplateCustomProperty.Builder property​(java.lang.String property)
        Set the property.
        Parameters:
        property - the property
        Returns:
        the ContractTemplateCustomProperty builder
      • description

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