Interface UserAccessTaskItem.Builder

    • Method Detail

      • app

        UserAccessTaskItem.Builder app​(String app)

        The name of the application.

        Parameters:
        app - The name of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenantId

        UserAccessTaskItem.Builder tenantId​(String tenantId)

        The ID of the application tenant.

        Parameters:
        tenantId - The ID of the application tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskId

        UserAccessTaskItem.Builder taskId​(String taskId)

        The unique ID of the task.

        Parameters:
        taskId - The unique ID of the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        UserAccessTaskItem.Builder error​(TaskError error)

        Error from the task, if any.

        Parameters:
        error - Error from the task, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.