object ReleaseAsset
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReleaseAsset
- 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()
- def contentType: SelectionBuilder[ReleaseAsset, String]
The asset's content-type
- def createdAt: SelectionBuilder[ReleaseAsset, DateTime]
Identifies the date and time when the object was created.
- def downloadCount: SelectionBuilder[ReleaseAsset, Int]
The number of times this asset was downloaded
- def downloadUrl: SelectionBuilder[ReleaseAsset, URI]
Identifies the URL where you can download the release asset via the browser.
- 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[ReleaseAsset, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: SelectionBuilder[ReleaseAsset, String]
Identifies the title of the release asset.
- 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 release[A](innerSelection: SelectionBuilder[Release, A]): SelectionBuilder[ReleaseAsset, Option[A]]
Release that the asset is associated with
- def size: SelectionBuilder[ReleaseAsset, Int]
The size (in bytes) of the asset
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[ReleaseAsset, DateTime]
Identifies the date and time when the object was last updated.
- def uploadedBy[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[ReleaseAsset, A]
The user that performed the upload
- def url: SelectionBuilder[ReleaseAsset, URI]
Identifies the URL of the release asset.
- 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: