object Search
Search methods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Search
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class AttributeSearch extends AnyRef
- case class FileSearch(_file: String, _repo: Option[String] = None, _pos: Int = 0) extends Completion[Response] with Product with Serializable
- case class PackageSearch(_pos: Int = 0, _name: Option[String] = None, _desc: Option[String] = None, _subject: Option[String] = None, _repo: Option[String] = None) extends Completion[List[Package]] with Product with Serializable
- case class RepoSearch(_name: Option[String] = None, _desc: Option[String] = None, _pos: Int = 0) extends Completion[Response] with Product with Serializable
- case class ShaSearch(_sha: String, _repo: Option[String] = None, _pos: Int = 0) extends Completion[Response] with Product with Serializable
- case class UserSearch(_name: String, _pos: Int = 0) extends Completion[Response] with Product with Serializable
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 attributes: AttributeSearch
https://bintray.com/docs/api/#_attribute_search
- 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 file(name: String): FileSearch
https://bintray.com/docs/api/#_file_search_by_name
- 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()
- def packages: PackageSearch
https://bintray.com/docs/api/#_package_search
- def repos: RepoSearch
https://bintray.com/docs/api/#_repository_search
- def sha(sha: String): ShaSearch
https://bintray.com/docs/api/#_file_search_by_checksum
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def users(name: String): UserSearch
https://bintray.com/docs/api/#_user_search
- 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()