com
.
cognite
.
sdk
.
scala
.
v0_6
DataPointsResourceV0_6
Related Doc:
package v0_6
class
DataPointsResourceV0_6
[
F
[
_
]
]
extends
Resource
[
F
,
Long
,
Long
] with
ResourceV0_6
[
F
] with
DataPointsResource
[
F
,
Long
]
Linear Supertypes
DataPointsResource
[
F
,
Long
],
ResourceV0_6
[
F
],
Resource
[
F
,
Long
,
Long
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DataPointsResourceV0_6
DataPointsResource
ResourceV0_6
Resource
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DataPointsResourceV0_6
(
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
DataPointsResourceV0_6
→
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
DataPointsResourceV0_6
→
DataPointsResource
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
implicit
val
errorOrDataPointResponseDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Data
[
Items
[
DataPoint
]]]]
implicit
val
errorOrDataPointsByNameResponseDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Data
[
Items
[
DataPointsByName
]]]]
implicit
val
errorOrStringDataPointResponseDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Data
[
Items
[
StringDataPoint
]]]]
implicit
val
errorOrStringDataPointsByNameResponseDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Data
[
Items
[
StringDataPointsByName
]]]]
implicit
val
errorOrUnitDecoder
:
Decoder
[
Either
[
CdpApiError
[
CogniteId
],
Unit
]]
implicit
val
extractor
:
Extractor
[
Data
]
Definition Classes
ResourceV0_6
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
DataPointsResourceV0_6
→
DataPointsResource
def
getLatestStringDataPointById
(
id:
Long
)
:
F
[
Response
[
Option
[
StringDataPoint
]]]
Definition Classes
DataPointsResourceV0_6
→
DataPointsResource
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
val
idEncoder
:
Encoder
[
Long
]
Definition Classes
ResourceV0_6
def
insertById
(
id:
Long
,
dataPoints:
Seq
[
DataPoint
]
)
:
F
[
Response
[
Unit
]]
Definition Classes
DataPointsResourceV0_6
→
DataPointsResource
def
insertStringsById
(
id:
Long
,
dataPoints:
Seq
[
StringDataPoint
]
)
:
F
[
Response
[
Unit
]]
Definition Classes
DataPointsResourceV0_6
→
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
DataPointsResourceV0_6
→
DataPointsResource
def
queryStringsById
(
id:
Long
,
inclusiveStart:
Long
,
exclusiveEnd:
Long
)
:
F
[
Response
[
Seq
[
StringDataPoint
]]]
Definition Classes
DataPointsResourceV0_6
→
DataPointsResource
val
request
:
RequestT
[
Empty
,
String
,
Nothing
]
Definition Classes
Resource
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toInternalId
(
id:
Long
)
:
Long
Definition Classes
ResourceV0_6
→
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
ResourceV0_6
[
F
]
Inherited from
Resource
[
F
,
Long
,
Long
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped