dexcare
/
org.dexcare.services.virtualvisit.models
/
Feedback
Feedback
data class
Feedback
(id:
String
?, type:
String
?, text:
String
?, answers:
MutableList
<
Answer
>) :
Parcelable
Content copied to clipboard
Functions
Properties
Functions
addAnswer
Link copied to clipboard
fun
addAnswer
(answer:
Answer
)
Content copied to clipboard
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
answers
Link copied to clipboard
val
answers
:
MutableList
<
Answer
>
Content copied to clipboard
id
Link copied to clipboard
var
id
:
String
?
Content copied to clipboard
text
Link copied to clipboard
var
text
:
String
?
Content copied to clipboard
type
Link copied to clipboard
var
type
:
String
?
Content copied to clipboard