| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntryRequestType |
Java class for get_entryRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entryRequestType">
<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="id" type="{http://www.w3.org/2001/XMLSchema}string" 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="track_view" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| linkNameToFieldsArray | |||||||||||
| moduleName | |||||||||||
| selectFields | |||||||||||
| session | |||||||||||
| trackView | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the linkNameToFieldsArray property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the selectFields property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Gets the value of the trackView property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the linkNameToFieldsArray property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the selectFields property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
Sets the value of the trackView property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the linkNameToFieldsArray property.
Gets the value of the moduleName property.
Gets the value of the selectFields property.
Gets the value of the session property.
Gets the value of the trackView property.
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the linkNameToFieldsArray property.
| linkNames | Allowed object is ListToSendByCxf |
|---|
Sets the value of the moduleName 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 |
|---|
Sets the value of the trackView property.
| value |
|---|