| java.lang.Object | ||
| ↳ | com.clarizen.api.metadata.EntityDescription | |
| ↳ | com.clarizen.api.metadata.LinkEntityDescription | |
Java class for LinkEntityDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkEntityDescription">
<complexContent>
<extension base="{http://clarizen.com/api/metadata}EntityDescription">
<sequence>
<element name="PossibleLinks" type="{http://clarizen.com/api/metadata}ArrayOfPossibleLinkDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| possibleLinks | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.metadata.EntityDescription
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the possibleLinks property.
| |||||||||||
Sets the value of the possibleLinks property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.metadata.EntityDescription
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the possibleLinks property.
ArrayOfPossibleLinkDescription
Sets the value of the possibleLinks property.
| value | Allowed object is
ArrayOfPossibleLinkDescription
|
|---|