com
.
cognite
.
sdk
.
scala
.
v1_0
DataPointsResourceV1
Related Docs:
object DataPointsResourceV1
|
package v1_0
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
Alphabetic
By Inheritance
Inherited
DataPointsResourceV1
DataPointsResource
ResourceV1
Resource
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DataPointsResourceV1
(
project:
String
)
(
implicit
auth:
Auth
,
sttpBackend:
SttpBackend
[
F
, _]
)
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
val
baseUri
:
Uri
Definition Classes
DataPointsResourceV1
→
Resource
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
defaultLimit
:
Long
Definition Classes
Resource
def
deleteRangeById
(
id:
Long
,
inclusiveStart:
Long
,
exclusiveEnd:
Long
)
:
F
[
Response
[
Unit
]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
implicit
val
errorOrDataPointsByIdResponseDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Items
[
DataPointsByIdResponse
]]]
implicit
val
errorOrStringDataPointsByIdResponseDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Items
[
StringDataPointsByIdResponse
]]]
implicit
val
errorOrUnitDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Unit
]]
implicit
val
extractor
:
Extractor
[
Id
]
Definition Classes
ResourceV1
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLatestDataPointById
(
id:
Long
)
:
F
[
Response
[
Option
[
DataPoint
]]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
def
getLatestStringDataPointById
(
id:
Long
)
:
F
[
Response
[
Option
[
StringDataPoint
]]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
val
idEncoder
:
Encoder
[
CogniteId
]
Definition Classes
ResourceV1
def
insertById
(
id:
Long
,
dataPoints:
Seq
[
DataPoint
]
)
:
F
[
Response
[
Unit
]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
def
insertStringsById
(
id:
Long
,
dataPoints:
Seq
[
StringDataPoint
]
)
:
F
[
Response
[
Unit
]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
queryById
(
id:
Long
,
inclusiveStart:
Long
,
exclusiveEnd:
Long
)
:
F
[
Response
[
Seq
[
DataPoint
]]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
def
queryStringsById
(
id:
Long
,
inclusiveStart:
Long
,
exclusiveEnd:
Long
)
:
F
[
Response
[
Seq
[
StringDataPoint
]]]
Definition Classes
DataPointsResourceV1
→
DataPointsResource
val
request
:
RequestT
[
Empty
,
String
,
Nothing
]
Definition Classes
Resource
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toInternalId
(
id:
Long
)
:
CogniteId
Definition Classes
DataPointsResourceV1
→
ResourceV1
→
Resource
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
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