| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntryListRequestType |
Java class for get_entry_listRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entry_listRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="query" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="order_by" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
<element name="select_fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="link_name_to_fields_array" type="{http://www.sugarcrm.com/sugarcrm}link_names_to_fields_array" form="unqualified"/>
<element name="max_results" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
<element name="favorites" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleted | |||||||||||
| favorites | |||||||||||
| linkNameToFieldsArray | |||||||||||
| maxResults | |||||||||||
| moduleName | |||||||||||
| offset | |||||||||||
| orderBy | |||||||||||
| query | |||||||||||
| selectFields | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deleted property.
| |||||||||||
Gets the value of the linkNameToFieldsArray property.
| |||||||||||
Gets the value of the maxResults property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the offset property.
| |||||||||||
Gets the value of the orderBy property.
| |||||||||||
Gets the value of the query property.
| |||||||||||
Gets the value of the selectFields property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Gets the value of the favorites property.
| |||||||||||
Sets the value of the deleted property.
| |||||||||||
Sets the value of the favorites property.
| |||||||||||
Sets the value of the linkNameToFieldsArray property.
| |||||||||||
Sets the value of the maxResults property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the offset property.
| |||||||||||
Sets the value of the orderBy property.
| |||||||||||
Sets the value of the query property.
| |||||||||||
Sets the value of the selectFields property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deleted property.
Gets the value of the linkNameToFieldsArray property.
Gets the value of the maxResults property.
Gets the value of the moduleName property.
Gets the value of the offset property.
Gets the value of the orderBy property.
Gets the value of the query property.
Gets the value of the selectFields property.
Gets the value of the session property.
Gets the value of the favorites property.
Sets the value of the deleted property.
| value |
|---|
Sets the value of the favorites property.
| value |
|---|
Sets the value of the linkNameToFieldsArray property.
| value | Allowed object is
ListToSendByCxf |
|---|
Sets the value of the maxResults property.
| value |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the offset property.
| value |
|---|
Sets the value of the orderBy property.
| value | Allowed object is String |
|---|
Sets the value of the query property.
| value | Allowed object is String |
|---|
Sets the value of the selectFields property.
| value | Allowed object is
ListToSendByCxf |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|