Interface FormEntryOutput.Builder

    • Method Detail

      • required

        FormEntryOutput.Builder required​(Boolean required)

        Specifies whether a form entry is required.

        Parameters:
        required - Specifies whether a form entry is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typeName

        FormEntryOutput.Builder typeName​(String typeName)

        The name of the type of the form entry.

        Parameters:
        typeName - The name of the type of the form entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typeRevision

        FormEntryOutput.Builder typeRevision​(String typeRevision)

        The type revision of the form entry.

        Parameters:
        typeRevision - The type revision of the form entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.