Interface Application.Builder

  • Method Details

    • namespace

      Application.Builder namespace(String namespace)

      Namespace of the application that you want to give access to.

      Parameters:
      namespace - Namespace of the application that you want to give access to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationPermissions

      Application.Builder applicationPermissions(Collection<String> applicationPermissions)

      The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.

      Parameters:
      applicationPermissions - The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationPermissions

      Application.Builder applicationPermissions(String... applicationPermissions)

      The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.

      Parameters:
      applicationPermissions - The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Type of Application.

      Parameters:
      type - Type of Application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Type of Application.

      Parameters:
      type - Type of Application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: