| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntriesCountRequestType |
Java class for get_entries_countRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entries_countRequestType">
<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="deleted" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleted | |||||||||||
| moduleName | |||||||||||
| query | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deleted property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the query property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Sets the value of the deleted property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the query 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 moduleName property.
Gets the value of the query property.
Gets the value of the session property.
Sets the value of the deleted property.
| value |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the query property.
| value | Allowed object is String |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|