Interface UpdateFormResponse.Builder

  • Method Details

    • entity

      Describes the configuration of the updated form.

      Parameters:
      entity - Describes the configuration of the updated form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entity

      Describes the configuration of the updated form.

      This is a convenience method that creates an instance of the Form.Builder avoiding the need to create one manually via Form.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entity(Form).

      Parameters:
      entity - a consumer that will call methods on Form.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: