dexcare
/
org.dexcare.services.appointment.models
/
ScheduledVisitType
Scheduled
Visit
Type
enum
ScheduledVisitType
:
Enum
<
ScheduledVisitType
> ,
Parcelable
Content copied to clipboard
An enum representing the type of a ScheduledVisit: Retail, Virtual, or At Home.
Entries
Functions
Properties
See also
See also
org.dexcare.services.appointment.models.ScheduledVisit
Entries
Unknown
Link copied to clipboard
Unknown
("unknown")
Content copied to clipboard
Virtual
Link copied to clipboard
Virtual
("virtual")
Content copied to clipboard
Retail
Link copied to clipboard
Retail
("retail")
Content copied to clipboard
AtHome
Link copied to clipboard
AtHome
("home")
Content copied to clipboard
Functions
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
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard