Interface ViewInputContent.Builder

  • Method Details

    • template

      ViewInputContent.Builder template(String template)

      The view template representing the structure of the view.

      Parameters:
      template - The view template representing the structure of the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actions

      A list of possible actions from the view.

      Parameters:
      actions - A list of possible actions from the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actions

      ViewInputContent.Builder actions(String... actions)

      A list of possible actions from the view.

      Parameters:
      actions - A list of possible actions from the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.