toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.configuration
/
LinkIdConfig
Link
Id
Config
@
Serializable
data
class
LinkIdConfig
(
val
linkId
:
String
,
val
type
:
LinkIdType
)
:
Serializable
,
Parcelable
Members
Constructors
Link
Id
Config
Link copied to clipboard
constructor
(
linkId
:
String
,
type
:
LinkIdType
)
Properties
link
Id
Link copied to clipboard
val
linkId
:
String
type
Link copied to clipboard
val
type
:
LinkIdType
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
)