object GitSignatureState extends Serializable
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GitSignatureState
- Serializable
- 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()
- implicit val decoder: ScalarDecoder[GitSignatureState]
- implicit val encoder: ArgEncoder[GitSignatureState]
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- case object BAD_CERT extends GitSignatureState with Product with Serializable
- case object BAD_EMAIL extends GitSignatureState with Product with Serializable
- case object EXPIRED_KEY extends GitSignatureState with Product with Serializable
- case object GPGVERIFY_ERROR extends GitSignatureState with Product with Serializable
- case object GPGVERIFY_UNAVAILABLE extends GitSignatureState with Product with Serializable
- case object INVALID extends GitSignatureState with Product with Serializable
- case object MALFORMED_SIG extends GitSignatureState with Product with Serializable
- case object NOT_SIGNING_KEY extends GitSignatureState with Product with Serializable
- case object NO_USER extends GitSignatureState with Product with Serializable
- case object OCSP_ERROR extends GitSignatureState with Product with Serializable
- case object OCSP_PENDING extends GitSignatureState with Product with Serializable
- case object OCSP_REVOKED extends GitSignatureState with Product with Serializable
- case object UNKNOWN_KEY extends GitSignatureState with Product with Serializable
- case object UNKNOWN_SIG_TYPE extends GitSignatureState with Product with Serializable
- case object UNSIGNED extends GitSignatureState with Product with Serializable
- case object UNVERIFIED_EMAIL extends GitSignatureState with Product with Serializable
- case object VALID extends GitSignatureState with Product with Serializable
Caliban GitHub GraphQL API Client
Links: