object ProjectCard
- Source
- Client.scala
- Alphabetic
- By Inheritance
- ProjectCard
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def column[A](innerSelection: SelectionBuilder[ProjectColumn, A]): SelectionBuilder[ProjectCard, Option[A]]
The project column this card is associated under.
The project column this card is associated under. A card may only belong to one project column at a time. The column field will be null if the card is created in a pending state and has yet to be associated with a column. Once cards are associated with a column, they will not become pending in the future.
- def content[A](onIssue: SelectionBuilder[Issue, A], onPullRequest: SelectionBuilder[PullRequest, A]): SelectionBuilder[ProjectCard, Option[A]]
The card content item
- def createdAt: SelectionBuilder[ProjectCard, 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[ProjectCard, Option[A]]
The actor who created this card
- def databaseId: SelectionBuilder[ProjectCard, 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[ProjectCard, String]
- def isArchived: SelectionBuilder[ProjectCard, Boolean]
Whether the card is archived
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def note: SelectionBuilder[ProjectCard, Option[String]]
The card note
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[ProjectCard, A]
The project that contains this card.
- def resourcePath: SelectionBuilder[ProjectCard, URI]
The HTTP path for this card
- def state: SelectionBuilder[ProjectCard, Option[ProjectCardState]]
The state of ProjectCard
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[ProjectCard, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[ProjectCard, URI]
The HTTP URL for this card
- 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: