EpicList

object EpicList
class Object
trait Matchable
class Any

Value members

Concrete methods

def collapsed: SelectionBuilder[EpicList, Option[Boolean]]

Indicates if this list is collapsed for this user.

Indicates if this list is collapsed for this user.

def epics[A](filters: Option[EpicFilters], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[EpicConnection, A]): SelectionBuilder[EpicList, Option[A]]

List epics.

List epics.

def epicsCount: SelectionBuilder[EpicList, Option[Int]]

Count of epics in the list.

Count of epics in the list.

def id: SelectionBuilder[EpicList, BoardsEpicListID]

Global ID of the board list.

Global ID of the board list.

def label[A](innerSelection: SelectionBuilder[Label, A]): SelectionBuilder[EpicList, Option[A]]

Label of the list.

Label of the list.

def listType: SelectionBuilder[EpicList, String]

Type of the list.

Type of the list.

def position: SelectionBuilder[EpicList, Option[Int]]

Position of the list within the board.

Position of the list within the board.

def title: SelectionBuilder[EpicList, String]

Title of the list.

Title of the list.