Class/Object

com.cognite.sdk.scala.v1_0

DataPointsResourceV1

Related Docs: object DataPointsResourceV1 | package v1_0

Permalink

class DataPointsResourceV1[F[_]] extends Resource[F, CogniteId, Long] with ResourceV1[F] with DataPointsResource[F, Long]

Linear Supertypes
DataPointsResource[F, Long], ResourceV1[F], Resource[F, CogniteId, Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataPointsResourceV1
  2. DataPointsResource
  3. ResourceV1
  4. Resource
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataPointsResourceV1(project: String)(implicit auth: Auth, sttpBackend: SttpBackend[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
    DataPointsResourceV1Resource
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val defaultLimit: Long

    Permalink
    Definition Classes
    Resource
  8. def deleteRangeById(id: Long, inclusiveStart: Long, exclusiveEnd: Long): F[Response[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 errorOrDataPointsByIdResponseDecoder: Decoder[Either[CdpApiError[CogniteId], Items[DataPointsByIdResponse]]]

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

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

    Permalink
  14. implicit val extractor: Extractor[Id]

    Permalink
    Definition Classes
    ResourceV1
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getLatestDataPointById(id: Long): F[Response[Option[DataPoint]]]

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

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit val idEncoder: Encoder[CogniteId]

    Permalink
    Definition Classes
    ResourceV1
  21. def insertById(id: Long, dataPoints: Seq[DataPoint]): F[Response[Unit]]

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def queryById(id: Long, inclusiveStart: Long, exclusiveEnd: Long): F[Response[Seq[DataPoint]]]

    Permalink
  28. def queryStringsById(id: Long, inclusiveStart: Long, exclusiveEnd: Long): F[Response[Seq[StringDataPoint]]]

    Permalink
  29. val request: RequestT[Empty, String, Nothing]

    Permalink
    Definition Classes
    Resource
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toInternalId(id: Long): CogniteId

    Permalink
    Definition Classes
    DataPointsResourceV1ResourceV1Resource
  32. def toString(): String

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

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

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

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

Inherited from DataPointsResource[F, Long]

Inherited from ResourceV1[F]

Inherited from Resource[F, CogniteId, Long]

Inherited from AnyRef

Inherited from Any

Ungrouped