EpicBoard
object EpicBoard
class Object
trait Matchable
class Any
Value members
Concrete methods
def labels[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[EpicBoard, Option[A]]
Labels of the board.
Labels of the board.
def lists[A](id: Option[BoardsEpicListID], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[EpicListConnection, A]): SelectionBuilder[EpicBoard, Option[A]]
Epic board lists.
Epic board lists.