Packages

c

util.Aqua6BOClient

WatershedAPI

case class WatershedAPI()(implicit ws: WSClient, token: String) extends Client with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Client, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WatershedAPI
  2. Serializable
  3. Product
  4. Equals
  5. Client
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WatershedAPI()(implicit ws: WSClient, token: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val api: API
    Definition Classes
    Client
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def call[T](path: Seq[String], params: Seq[(Param, String)], before: Option[(String) => Unit])(implicit ws: WSClient, api: API, token: String, reads: Reads[T]): Try[Option[T]]
    Attributes
    protected
    Definition Classes
    Client
  7. def call[T](params: (Param, String), before: Option[(String) => Unit])(implicit ws: WSClient, api: API, token: String, reads: Reads[T]): Try[Option[T]]
    Attributes
    protected
    Definition Classes
    Client
  8. def call[T](path: String, before: Option[(String) => Unit])(implicit ws: WSClient, api: API, token: String, reads: Reads[T]): Try[Option[T]]
    Attributes
    protected
    Definition Classes
    Client
  9. def call[T](before: Option[(String) => Unit])(implicit ws: WSClient, api: API, token: String, reads: Reads[T]): Try[Option[T]]
    Attributes
    protected
    Definition Classes
    Client
  10. def callParams[T](params: Seq[(Param, String)], before: Option[(String) => Unit])(implicit ws: WSClient, api: API, token: String, reads: Reads[T]): Try[Option[T]]
    Attributes
    protected
    Definition Classes
    Client
  11. def callPath[T](path: Seq[String], before: Option[(String) => Unit])(implicit ws: WSClient, api: API, token: String, reads: Reads[T]): Try[Option[T]]
    Attributes
    protected
    Definition Classes
    Client
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def getArea(code: String, before: Option[(String) => Unit] = None): Try[Option[Watershed4]]
  15. def getAreas(before: Option[(String) => Unit] = None): Try[Seq[Watershed4Head]]
  16. def getAreasBySector(region: String, sector: String, before: Option[(String) => Unit] = None): Try[Seq[Watershed4]]
  17. def getBasin(code: String, before: Option[(String) => Unit] = None): Try[Option[Watershed0]]
  18. def getBasins(before: Option[(String) => Unit] = None): Try[Seq[Watershed0Head]]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getRegion(code: String, before: Option[(String) => Unit] = None): Try[Option[Watershed1]]
  21. def getRegions(before: Option[(String) => Unit] = None): Try[Seq[Watershed1Head]]
  22. def getSector(code: String, before: Option[(String) => Unit] = None): Try[Option[Watershed2]]
  23. def getSectors(before: Option[(String) => Unit] = None): Try[Seq[Watershed2Head]]
  24. def getSectorsByRegion(code: String, before: Option[(String) => Unit] = None): Try[Seq[Watershed2]]
  25. def getSubSector(code: String, before: Option[(String) => Unit] = None): Try[Option[Watershed3]]
  26. def getSubSectors(before: Option[(String) => Unit] = None): Try[Seq[Watershed3Head]]
  27. def getSubSectorsByRegion(code: String, before: Option[(String) => Unit] = None): Try[Seq[Watershed3]]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Client

Inherited from AnyRef

Inherited from Any

Ungrouped