Class/Object

com.cognite.sdk.scala.v1.resources

DataPointsResource

Related Docs: object DataPointsResource | package resources

Permalink

class DataPointsResource[F[_]] extends WithRequestSession[F] with BaseUri

Linear Supertypes
BaseUri, WithRequestSession[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataPointsResource
  2. BaseUri
  3. WithRequestSession
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataPointsResource(requestSession: RequestSession[F])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val baseUri: Uri

    Permalink
    Definition Classes
    DataPointsResourceBaseUri
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def deleteRangeByExternalId(externalId: String, inclusiveStart: Instant, exclusiveEnd: Instant): F[Unit]

    Permalink
  8. def deleteRangeById(id: Long, inclusiveStart: Instant, exclusiveEnd: Instant): F[Unit]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit val errorOrAggregateDataPointsByAggregateResponseDecoder: Decoder[Either[CdpApiError, Items[QueryAggregatesByIdResponse]]]

    Permalink
  12. implicit val errorOrDataPointsByExternalIdResponseDecoder: Decoder[Either[CdpApiError, Items[DataPointsByExternalIdResponse]]]

    Permalink
  13. implicit val errorOrDataPointsByIdResponseDecoder: Decoder[Either[CdpApiError, Items[DataPointsByIdResponse]]]

    Permalink
  14. implicit val errorOrStringDataPointsByExternalIdResponseDecoder: Decoder[Either[CdpApiError, Items[StringDataPointsByExternalIdResponse]]]

    Permalink
  15. implicit val errorOrStringDataPointsByIdResponseDecoder: Decoder[Either[CdpApiError, Items[StringDataPointsByIdResponse]]]

    Permalink
  16. implicit val errorOrUnitDecoder: Decoder[Either[CdpApiError, Unit]]

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getLatestDataPointByExternalId(externalId: String): F[Option[DataPoint]]

    Permalink
  20. def getLatestDataPointById(id: Long): F[Option[DataPoint]]

    Permalink
  21. def getLatestDataPointsByExternalIds(ids: Seq[String]): F[Map[String, Option[DataPoint]]]

    Permalink
  22. def getLatestDataPointsByIds(ids: Seq[Long]): F[Map[Long, Option[DataPoint]]]

    Permalink
  23. def getLatestStringDataPointByExternalId(externalId: String): F[Option[StringDataPoint]]

    Permalink
  24. def getLatestStringDataPointByExternalIds(ids: Seq[String]): F[Map[String, Option[StringDataPoint]]]

    Permalink
  25. def getLatestStringDataPointById(id: Long): F[Option[StringDataPoint]]

    Permalink
  26. def getLatestStringDataPointByIds(ids: Seq[Long]): F[Map[Long, Option[StringDataPoint]]]

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def insertByExternalId(externalId: String, dataPoints: Seq[DataPoint]): F[Unit]

    Permalink
  29. def insertById(id: Long, dataPoints: Seq[DataPoint]): F[Unit]

    Permalink
  30. def insertStringsByExternalId(externalId: String, dataPoints: Seq[StringDataPoint]): F[Unit]

    Permalink
  31. def insertStringsById(id: Long, dataPoints: Seq[StringDataPoint]): F[Unit]

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def parseAggregateDataPoints(response: DataPointListResponse): Seq[AggregateDataPoint]

    Permalink
  37. def parseNumericDataPoints(response: DataPointListResponse): Seq[DataPoint]

    Permalink
  38. def parseStringDataPoints(response: DataPointListResponse): Seq[StringDataPoint]

    Permalink
  39. def queryAggregatesByExternalId(externalId: String, inclusiveStart: Instant, exclusiveEnd: Instant, granularity: String, aggregates: Seq[String], limit: Option[Int] = None): F[Map[String, Seq[DataPoint]]]

    Permalink
  40. def queryAggregatesById(id: Long, inclusiveStart: Instant, exclusiveEnd: Instant, granularity: String, aggregates: Seq[String], limit: Option[Int] = None): F[Map[String, Seq[DataPoint]]]

    Permalink
  41. def queryByExternalId(externalId: String, inclusiveStart: Instant, exclusiveEnd: Instant, limit: Option[Int] = None): F[Seq[DataPoint]]

    Permalink
  42. def queryById(id: Long, inclusiveStart: Instant, exclusiveEnd: Instant, limit: Option[Int] = None): F[Seq[DataPoint]]

    Permalink
  43. def queryStringsByExternalId(externalId: String, inclusiveStart: Instant, exclusiveEnd: Instant, limit: Option[Int] = None): F[Seq[StringDataPoint]]

    Permalink
  44. def queryStringsById(id: Long, inclusiveStart: Instant, exclusiveEnd: Instant, limit: Option[Int] = None): F[Seq[StringDataPoint]]

    Permalink
  45. val requestSession: RequestSession[F]

    Permalink
    Definition Classes
    DataPointsResourceWithRequestSession
  46. def screenOutNan(d: Double): Option[Double]

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseUri

Inherited from WithRequestSession[F]

Inherited from AnyRef

Inherited from Any

Ungrouped