Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-loader
/
io.airbyte.cdk.load.data
/
TimeWithTimezoneValue
Time
With
Timezone
Value
@
JvmInline
value
class
TimeWithTimezoneValue
(
val
value
:
OffsetTime
)
:
AirbyteValue
,
Comparable
<
TimeWithTimezoneValue
>
Members
Members & Extensions
Constructors
Time
With
Timezone
Value
Link copied to clipboard
constructor
(
time
:
String
)
constructor
(
value
:
OffsetTime
)
Properties
airbyte
Type
Link copied to clipboard
open
val
airbyteType
:
AirbyteType
value
Link copied to clipboard
val
value
:
OffsetTime
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
TimeWithTimezoneValue
)
:
Int
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String
to
Json
Link copied to clipboard
fun
AirbyteValue
.
toJson
(
)
:
JsonNode