object TreeEntry
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TreeEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extension: SelectionBuilder[TreeEntry, Option[String]]
The extension of the file
- 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 isGenerated: SelectionBuilder[TreeEntry, Boolean]
Whether or not this tree entry is generated
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mode: SelectionBuilder[TreeEntry, Int]
Entry file mode.
- def name: SelectionBuilder[TreeEntry, String]
Entry file 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 object[A](onCommit: Option[SelectionBuilder[Commit, A]] = None, onTree: Option[SelectionBuilder[Tree, A]] = None, onBlob: Option[SelectionBuilder[Blob, A]] = None, onTag: Option[SelectionBuilder[Tag, A]] = None): SelectionBuilder[TreeEntry, Option[A]]
Entry file object.
- def oid: SelectionBuilder[TreeEntry, GitObjectID]
Entry file Git object ID.
- def path: SelectionBuilder[TreeEntry, Option[String]]
The full path of the file.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[TreeEntry, A]
The Repository the tree entry belongs to
- def submodule[A](innerSelection: SelectionBuilder[Submodule, A]): SelectionBuilder[TreeEntry, Option[A]]
If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def type: SelectionBuilder[TreeEntry, String]
Entry file type.
- 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: