| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntryListResultVersion2 |
Java class for get_entry_list_result_version2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entry_list_result_version2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="result_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="total_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="next_offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
<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 | |||||||||||
| nextOffset | |||||||||||
| relationshipList | |||||||||||
| resultCount | |||||||||||
| totalCount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entryList property.
| |||||||||||
Gets the value of the nextOffset property.
| |||||||||||
Gets the value of the relationshipList property.
| |||||||||||
Gets the value of the resultCount property.
| |||||||||||
Gets the value of the totalCount property.
| |||||||||||
Sets the value of the entryList property.
| |||||||||||
Sets the value of the nextOffset property.
| |||||||||||
Sets the value of the relationshipList property.
| |||||||||||
Sets the value of the resultCount property.
| |||||||||||
Sets the value of the totalCount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entryList property.
EntryList
Gets the value of the nextOffset property.
Gets the value of the relationshipList property.
LinkLists
Gets the value of the resultCount property.
Gets the value of the totalCount property.
Sets the value of the entryList property.
| value | Allowed object is
EntryList
|
|---|
Sets the value of the nextOffset property.
| value |
|---|
Sets the value of the relationshipList property.
| value | Allowed object is
LinkLists
|
|---|
Sets the value of the resultCount property.
| value |
|---|
Sets the value of the totalCount property.
| value |
|---|