Interface | Description |
---|---|
Business |
The interface for Business
Entity classes. |
Entity |
The root interface for all Entities (e.g.
|
LegalEntity | |
Location |
The interface for Location
Entity classes. |
Person |
The interface for Person
Entity classes. |
Phone |
The interface for Phone
Entity classes. |
Class | Description |
---|---|
BusinessImpl | |
BusinessProxy |
Strongly typed
EntityProxy for Business entities. |
EntityId |
The data class encapsulating
Entity IDs. |
EntityImpl |
Abstract class for implementation of common behaviors between all
Entity types. |
EntityProxy |
The complete entity graph, traversed to its full extent, would
be incredibly large, thus, in practice, only a subset of this graph
is presented in the Response.
|
Location.LatLong | |
LocationImpl | |
LocationProxy |
Strongly typed
EntityProxy for Location entities. |
Person.AgeRange | |
Person.Name | |
PersonImpl | |
PersonProxy |
Strongly typed
EntityProxy for Person entities. |
Phone.Reputation | |
PhoneImpl | |
PhoneProxy |
Strongly typed
EntityProxy for Phone entities. |