object License
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- License
- 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 body: SelectionBuilder[License, String]
The full text of the license
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def conditions[A](innerSelection: SelectionBuilder[LicenseRule, A]): SelectionBuilder[License, List[Option[A]]]
The conditions set by the license
- def description: SelectionBuilder[License, Option[String]]
A human-readable description of the license
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def featured: SelectionBuilder[License, Boolean]
Whether the license should be featured
- 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 hidden: SelectionBuilder[License, Boolean]
Whether the license should be displayed in license pickers
- def id: SelectionBuilder[License, String]
- def implementation: SelectionBuilder[License, Option[String]]
Instructions on how to implement the license
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def key: SelectionBuilder[License, String]
The lowercased SPDX ID of the license
- def limitations[A](innerSelection: SelectionBuilder[LicenseRule, A]): SelectionBuilder[License, List[Option[A]]]
The limitations set by the license
- def name: SelectionBuilder[License, String]
The license full name specified by <https://spdx.org/licenses>
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nickname: SelectionBuilder[License, Option[String]]
Customary short name if applicable (e.g, GPLv3)
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def permissions[A](innerSelection: SelectionBuilder[LicenseRule, A]): SelectionBuilder[License, List[Option[A]]]
The permissions set by the license
- def pseudoLicense: SelectionBuilder[License, Boolean]
Whether the license is a pseudo-license placeholder (e.g., other, no-license)
- def spdxId: SelectionBuilder[License, Option[String]]
Short identifier specified by <https://spdx.org/licenses>
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url: SelectionBuilder[License, Option[URI]]
URL to the license on <https://choosealicense.com>
- 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: