Interface RegistrationFieldValueInformation.Builder

  • Method Details

    • fieldPath

      The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.

      Parameters:
      fieldPath - The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selectChoices

      An array of values for the form field.

      Parameters:
      selectChoices - An array of values for the form field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selectChoices

      RegistrationFieldValueInformation.Builder selectChoices(String... selectChoices)

      An array of values for the form field.

      Parameters:
      selectChoices - An array of values for the form field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • textValue

      The text data for a free form field.

      Parameters:
      textValue - The text data for a free form field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrationAttachmentId

      RegistrationFieldValueInformation.Builder registrationAttachmentId(String registrationAttachmentId)

      The unique identifier for the registration attachment.

      Parameters:
      registrationAttachmentId - The unique identifier for the registration attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deniedReason

      A description of why the registration was denied.

      Parameters:
      deniedReason - A description of why the registration was denied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.