OJP-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OJP-Android-SDK
OJP-Android-SDK
/
ch.opentransportdata.ojp.domain.model
/
LineFilter
Line
Filter
data
class
LineFilter
(
val
line
:
List
<
Line
>
?
=
null
,
val
exclude
:
Boolean
?
=
null
)
:
Parcelable
Created by Deniz Kalem on 20.05.2026
Members
Constructors
Line
Filter
Link copied to clipboard
constructor
(
line
:
List
<
Line
>
?
=
null
,
exclude
:
Boolean
?
=
null
)
Properties
exclude
Link copied to clipboard
val
exclude
:
Boolean
?
line
Link copied to clipboard
val
line
:
List
<
Line
>
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)