Class Agreement.Builder

  • Enclosing class:
    Agreement

    public static class Agreement.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • uuid

        public Agreement.Builder uuid​(String uuid)
        The ID of the terms of use agreement.
        Parameters:
        uuid - the value to set
        Returns:
        this builder
      • termsAndConditionsText

        public Agreement.Builder termsAndConditionsText​(String termsAndConditionsText)
        The content of the terms and conditions.
        Parameters:
        termsAndConditionsText - the value to set
        Returns:
        this builder
      • signature

        public Agreement.Builder signature​(String signature)
        The signature for the terms of use agreement.

        The signature attribute is a Base64-encoded string associated with the agreement.

        Parameters:
        signature - the value to set
        Returns:
        this builder