Interface AssetFormEntry.Builder

  • Method Details

    • formTypeId

      AssetFormEntry.Builder formTypeId(String formTypeId)

      The identifier of the form type that defines this form's schema.

      Parameters:
      formTypeId - The identifier of the form type that defines this form's schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      AssetFormEntry.Builder content(String content)

      The JSON content of the form, conforming to the schema of the specified form type.

      Parameters:
      content - The JSON content of the form, conforming to the schema of the specified form type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.