toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
AbstractLegType
Abstract
Leg
Type
abstract
class
AbstractLegType
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Inheritors
ContinuousLegDto
TimedLegDto
TransferLegDto
Members
Members & Extensions
Constructors
Abstract
Leg
Type
Link copied to clipboard
constructor
(
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
minimal
Copy
Link copied to clipboard
fun
AbstractLegType
.
minimalCopy
(
)
:
AbstractLegType
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)