OtherActivityObject

class OtherActivityObject : Parcelable

Type

CREATOR

companion object CREATOR : Creator<OtherActivityObject>

Field to create one or more objects of this type. See companion object functions later on this page.

Constructors

<init>

OtherActivityObject(parcel: Parcel)

OtherActivityObject(id: String = "", phone: String = "", role: LabelObject? = null, fax: String = "", webAddress: String = "", workplace: ActivityWorkplaceObject? = null)

Properties

fax

var fax: String

id

var id: String

phone

var phone: String

role

var role: LabelObject?

webAddress

var webAddress: String

workplace

var workplace: ActivityWorkplaceObject?

Functions

addMock

fun addMock(): OtherActivityObject

describeContents

fun describeContents(): Int

toString

fun toString(): String

writeToParcel

fun writeToParcel(dest: Parcel?, flags: Int): Unit

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): OtherActivityObject

newArray

fun newArray(size: Int): Array<OtherActivityObject?>

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android