| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.SearchByModuleRequestType |
Java class for search_by_moduleRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="search_by_moduleRequestType">
<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="search_string" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="modules" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
<element name="max_results" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
<element name="assigned_user_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="unified_search_only" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
<element name="favorites" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignedUserId | |||||||||||
| favorites | |||||||||||
| maxResults | |||||||||||
| modules | |||||||||||
| offset | |||||||||||
| searchString | |||||||||||
| selectFields | |||||||||||
| session | |||||||||||
| unifiedSearchOnly | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignedUserId property.
| |||||||||||
Gets the value of the maxResults property.
| |||||||||||
Gets the value of the modules property.
| |||||||||||
Gets the value of the offset property.
| |||||||||||
Gets the value of the searchString property.
| |||||||||||
Gets the value of the selectFields property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Gets the value of the favorites property.
| |||||||||||
Gets the value of the unifiedSearchOnly property.
| |||||||||||
Sets the value of the assignedUserId property.
| |||||||||||
Sets the value of the favorites property.
| |||||||||||
Sets the value of the maxResults property.
| |||||||||||
Sets the value of the modules property.
| |||||||||||
Sets the value of the offset property.
| |||||||||||
Sets the value of the searchString property.
| |||||||||||
Sets the value of the selectFields property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
Sets the value of the unifiedSearchOnly property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignedUserId property.
Gets the value of the maxResults property.
Gets the value of the modules property.
SelectFields
Gets the value of the offset property.
Gets the value of the searchString property.
Gets the value of the selectFields property.
SelectFields
Gets the value of the session property.
Gets the value of the favorites property.
Gets the value of the unifiedSearchOnly property.
Sets the value of the assignedUserId property.
| value | Allowed object is String |
|---|
Sets the value of the favorites property.
| value |
|---|
Sets the value of the maxResults property.
| value |
|---|
Sets the value of the modules property.
| value | Allowed object is
SelectFields
|
|---|
Sets the value of the offset property.
| value |
|---|
Sets the value of the searchString property.
| value | Allowed object is String |
|---|
Sets the value of the selectFields property.
| value | Allowed object is
SelectFields
|
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|
Sets the value of the unifiedSearchOnly property.
| value |
|---|