| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntryResultVersion2 |
Java class for get_entry_result_version2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entry_result_version2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}entry_list"/>
<element name="relationship_list" type="{http://www.sugarcrm.com/sugarcrm}link_lists"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entryList | |||||||||||
| relationshipList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entryList property.
| |||||||||||
Gets the value of the relationshipList property.
| |||||||||||
Sets the value of the entryList property.
| |||||||||||
Sets the value of the relationshipList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entryList property.
EntryList
Gets the value of the relationshipList property.
LinkLists
Sets the value of the entryList property.
| value | Allowed object is
EntryList
|
|---|
Sets the value of the relationshipList property.
| value | Allowed object is
LinkLists
|
|---|