toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
CodeElement
Code
Element
data
class
CodeElement
(
val
type
:
CodeElementType
,
val
itemId
:
String
)
:
Parcelable
Members
Constructors
Code
Element
Link copied to clipboard
constructor
(
type
:
CodeElementType
,
itemId
:
String
)
Properties
item
Id
Link copied to clipboard
val
itemId
:
String
the id of the generic element
type
Link copied to clipboard
val
type
:
CodeElementType
the type of the element
Inherited 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
)