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