public class

SearchByModuleRequestType

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.SearchByModuleRequestType

Class Overview

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>
 

Summary

Fields
protected String assignedUserId
protected boolean favorites
protected int maxResults
protected ListToSendByCxf<String> modules
protected int offset
protected String searchString
protected ListToSendByCxf<String> selectFields
protected String session
protected boolean unifiedSearchOnly
Public Constructors
SearchByModuleRequestType()
Public Methods
String getAssignedUserId()
Gets the value of the assignedUserId property.
int getMaxResults()
Gets the value of the maxResults property.
ListToSendByCxf<String> getModules()
Gets the value of the modules property.
int getOffset()
Gets the value of the offset property.
String getSearchString()
Gets the value of the searchString property.
ListToSendByCxf<String> getSelectFields()
Gets the value of the selectFields property.
String getSession()
Gets the value of the session property.
boolean isFavorites()
Gets the value of the favorites property.
boolean isUnifiedSearchOnly()
Gets the value of the unifiedSearchOnly property.
void setAssignedUserId(String value)
Sets the value of the assignedUserId property.
void setFavorites(boolean value)
Sets the value of the favorites property.
void setMaxResults(int value)
Sets the value of the maxResults property.
void setModules(ListToSendByCxf<String> value)
Sets the value of the modules property.
void setOffset(int value)
Sets the value of the offset property.
void setSearchString(String value)
Sets the value of the searchString property.
void setSelectFields(ListToSendByCxf<String> value)
Sets the value of the selectFields property.
void setSession(String value)
Sets the value of the session property.
void setUnifiedSearchOnly(boolean value)
Sets the value of the unifiedSearchOnly property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String assignedUserId

protected boolean favorites

protected int maxResults

protected ListToSendByCxf<String> modules

protected int offset

protected String searchString

protected ListToSendByCxf<String> selectFields

protected String session

protected boolean unifiedSearchOnly

Public Constructors

public SearchByModuleRequestType ()

Public Methods

public String getAssignedUserId ()

Gets the value of the assignedUserId property.

Returns
  • possible object is String

public int getMaxResults ()

Gets the value of the maxResults property.

public ListToSendByCxf<String> getModules ()

Gets the value of the modules property.

Returns

public int getOffset ()

Gets the value of the offset property.

public String getSearchString ()

Gets the value of the searchString property.

Returns
  • possible object is String

public ListToSendByCxf<String> getSelectFields ()

Gets the value of the selectFields property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public boolean isFavorites ()

Gets the value of the favorites property.

public boolean isUnifiedSearchOnly ()

Gets the value of the unifiedSearchOnly property.

public void setAssignedUserId (String value)

Sets the value of the assignedUserId property.

Parameters
value Allowed object is String

public void setFavorites (boolean value)

Sets the value of the favorites property.

Parameters
value

public void setMaxResults (int value)

Sets the value of the maxResults property.

Parameters
value

public void setModules (ListToSendByCxf<String> value)

Sets the value of the modules property.

Parameters
value Allowed object is SelectFields

public void setOffset (int value)

Sets the value of the offset property.

Parameters
value

public void setSearchString (String value)

Sets the value of the searchString property.

Parameters
value Allowed object is String

public void setSelectFields (ListToSendByCxf<String> value)

Sets the value of the selectFields property.

Parameters
value Allowed object is SelectFields

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String

public void setUnifiedSearchOnly (boolean value)

Sets the value of the unifiedSearchOnly property.

Parameters
value