object Project
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Project
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def body: SelectionBuilder[Project, Option[String]]
The project's description body.
- def bodyHTML: SelectionBuilder[Project, HTML]
The projects description body rendered to HTML.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closed: SelectionBuilder[Project, Boolean]
true
if the object is closed (definition of closed may depend on type) - def closedAt: SelectionBuilder[Project, Option[DateTime]]
Identifies the date and time when the object was closed.
- def columns[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectColumnConnection, A]): SelectionBuilder[Project, A]
List of columns in the project
- def createdAt: SelectionBuilder[Project, DateTime]
Identifies the date and time when the object was created.
- def creator[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[Project, Option[A]]
The actor who originally created the project.
- def databaseId: SelectionBuilder[Project, Option[Int]]
Identifies the primary key from the database.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Project, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: SelectionBuilder[Project, String]
The project's name.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def number: SelectionBuilder[Project, Int]
The project's number.
- def owner[A](onRepository: Option[SelectionBuilder[Repository, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[Project, A]
The project's owner.
The project's owner. Currently limited to repositories, organizations, and users.
- def pendingCards[A](after: Option[String] = None, archivedStates: Option[List[Option[ProjectCardArchivedState]]] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectCardConnection, A]): SelectionBuilder[Project, A]
List of pending cards in this project
- def progress[A](innerSelection: SelectionBuilder[ProjectProgress, A]): SelectionBuilder[Project, A]
Project progress details.
- def resourcePath: SelectionBuilder[Project, URI]
The HTTP path for this project
- def state: SelectionBuilder[Project, ProjectState]
Whether the project is open or closed.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[Project, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[Project, URI]
The HTTP URL for this project
- def viewerCanUpdate: SelectionBuilder[Project, Boolean]
Check if the current viewer can update this object.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: