Interface FormInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FormInput.Builder,FormInput>, SdkBuilder<FormInput.Builder,FormInput>, SdkPojo
Enclosing class:
FormInput

public static interface FormInput.Builder extends SdkPojo, CopyableBuilder<FormInput.Builder,FormInput>
  • Method Details

    • content

      FormInput.Builder content(String content)

      The content of the metadata form.

      Parameters:
      content - The content of the metadata form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formName

      FormInput.Builder formName(String formName)

      The name of the metadata form.

      Parameters:
      formName - The name of the metadata form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeIdentifier

      FormInput.Builder typeIdentifier(String typeIdentifier)

      The ID of the metadata form type.

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

      FormInput.Builder typeRevision(String typeRevision)

      The revision of the metadata form type.

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