Class ContractTemplateSLAProperty.Builder

  • Enclosing class:
    ContractTemplateSLAProperty

    public static class ContractTemplateSLAProperty.Builder
    extends java.lang.Object
    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 ContractTemplateSLAProperty build()
        Builds a ContractTemplateSLAProperty.
        Returns:
        the new ContractTemplateSLAProperty instance
      • property

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

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