public class

GetEntryListRequestType

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

Class Overview

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>
 

Summary

Fields
protected int deleted
protected boolean favorites
protected ListToSendByCxf<String> linkNameToFieldsArray
protected int maxResults
protected String moduleName
protected int offset
protected String orderBy
protected String query
protected ListToSendByCxf<String> selectFields
protected String session
Public Constructors
GetEntryListRequestType()
Public Methods
int getDeleted()
Gets the value of the deleted property.
ListToSendByCxf<String> getLinkNameToFieldsArray()
Gets the value of the linkNameToFieldsArray property.
int getMaxResults()
Gets the value of the maxResults property.
String getModuleName()
Gets the value of the moduleName property.
int getOffset()
Gets the value of the offset property.
String getOrderBy()
Gets the value of the orderBy property.
String getQuery()
Gets the value of the query 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.
void setDeleted(int value)
Sets the value of the deleted property.
void setFavorites(boolean value)
Sets the value of the favorites property.
void setLinkNameToFieldsArray(ListToSendByCxf<String> value)
Sets the value of the linkNameToFieldsArray property.
void setMaxResults(int value)
Sets the value of the maxResults property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setOffset(int value)
Sets the value of the offset property.
void setOrderBy(String value)
Sets the value of the orderBy property.
void setQuery(String value)
Sets the value of the query property.
void setSelectFields(ListToSendByCxf<String> value)
Sets the value of the selectFields property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int deleted

protected boolean favorites

protected ListToSendByCxf<String> linkNameToFieldsArray

protected int maxResults

protected String moduleName

protected int offset

protected String orderBy

protected String query

protected ListToSendByCxf<String> selectFields

protected String session

Public Constructors

public GetEntryListRequestType ()

Public Methods

public int getDeleted ()

Gets the value of the deleted property.

public ListToSendByCxf<String> getLinkNameToFieldsArray ()

Gets the value of the linkNameToFieldsArray property.

Returns
  • possible object is ListToSendByCxf

public int getMaxResults ()

Gets the value of the maxResults property.

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public int getOffset ()

Gets the value of the offset property.

public String getOrderBy ()

Gets the value of the orderBy property.

Returns
  • possible object is String

public String getQuery ()

Gets the value of the query property.

Returns
  • possible object is String

public ListToSendByCxf<String> getSelectFields ()

Gets the value of the selectFields property.

Returns
  • possible object is ListToSendByCxf

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 void setDeleted (int value)

Sets the value of the deleted property.

Parameters
value

public void setFavorites (boolean value)

Sets the value of the favorites property.

Parameters
value

public void setLinkNameToFieldsArray (ListToSendByCxf<String> value)

Sets the value of the linkNameToFieldsArray property.

Parameters
value Allowed object is ListToSendByCxf

public void setMaxResults (int value)

Sets the value of the maxResults property.

Parameters
value

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setOffset (int value)

Sets the value of the offset property.

Parameters
value

public void setOrderBy (String value)

Sets the value of the orderBy property.

Parameters
value Allowed object is String

public void setQuery (String value)

Sets the value of the query 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 ListToSendByCxf

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String