Interface RegistrationFieldValueInformation.Builder

    • Method Detail

      • selectChoices

        RegistrationFieldValueInformation.Builder selectChoices​(Collection<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.
      • 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

        RegistrationFieldValueInformation.Builder textValue​(String 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

        RegistrationFieldValueInformation.Builder deniedReason​(String 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.