Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

GroupVisitAddress Class

Represents the details of the group visit address.

Namespace

healthcloudext

addressType

The type of address used for the group visit.

Signature

public String addressType {get; set;}

1healthcloudext.GroupVisitAddress, addressType

Property Value

Type: String

city

The city of the address where the group visit is scheduled.

Signature

public String city {get; set;}

1healthcloudext.GroupVisitAddress, city

Property Value

Type: String

completeAddress

The full, formatted address where the group visit is scheduled.

Signature

public String completeAddress {get; set;}

1healthcloudext.GroupVisitAddress, completeAddress

Property Value

Type: String

country

The country of the address where the group visit is scheduled.

Signature

public String country {get; set;}

1healthcloudext.GroupVisitAddress, country

Property Value

Type: String

id

The unique identifier for the group visit address.

Signature

public String id {get; set;}

1healthcloudext.GroupVisitAddress, id

Property Value

Type: String

postalCode

The postal code of the address where the group visit is scheduled.

Signature

public String postalCode {get; set;}

1healthcloudext.GroupVisitAddress, postalCode

Property Value

Type: String

state

The state of the address where the group visit is scheduled.

Signature

public String state {get; set;}

1healthcloudext.GroupVisitAddress, state

Property Value

Type: String

street

The street address where the group visit is scheduled.

Signature

public String street {get; set;}

1healthcloudext.GroupVisitAddress, street

Property Value

Type: String