public class SyncGetModifiedRelationships extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="sync_get_modified_relationships">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="module_name"/>
<xs:element type="xs:string" name="related_module"/>
<xs:element type="xs:string" name="from_date"/>
<xs:element type="xs:string" name="to_date"/>
<xs:element type="xs:int" name="offset"/>
<xs:element type="xs:int" name="max_results"/>
<xs:element type="xs:int" name="deleted"/>
<xs:element type="xs:string" name="module_id"/>
<xs:element type="ns:select_fields" name="select_fields"/>
<xs:element type="ns:select_fields" name="ids"/>
<xs:element type="xs:string" name="relationship_name"/>
<xs:element type="xs:string" name="deletion_date"/>
<xs:element type="xs:int" name="php_serialize"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SyncGetModifiedRelationships() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeleted()
Get the 'deleted' element value.
|
String |
getDeletionDate()
Get the 'deletion_date' element value.
|
String |
getFromDate()
Get the 'from_date' element value.
|
SelectFields |
getIds()
Get the 'ids' element value.
|
int |
getMaxResults()
Get the 'max_results' element value.
|
String |
getModuleId()
Get the 'module_id' element value.
|
String |
getModuleName()
Get the 'module_name' element value.
|
int |
getOffset()
Get the 'offset' element value.
|
int |
getPhpSerialize()
Get the 'php_serialize' element value.
|
String |
getRelatedModule()
Get the 'related_module' element value.
|
String |
getRelationshipName()
Get the 'relationship_name' element value.
|
SelectFields |
getSelectFields()
Get the 'select_fields' element value.
|
String |
getSession()
Get the 'session' element value.
|
String |
getToDate()
Get the 'to_date' element value.
|
void |
setDeleted(int deleted)
Set the 'deleted' element value.
|
void |
setDeletionDate(String deletionDate)
Set the 'deletion_date' element value.
|
void |
setFromDate(String fromDate)
Set the 'from_date' element value.
|
void |
setIds(SelectFields ids)
Set the 'ids' element value.
|
void |
setMaxResults(int maxResults)
Set the 'max_results' element value.
|
void |
setModuleId(String moduleId)
Set the 'module_id' element value.
|
void |
setModuleName(String moduleName)
Set the 'module_name' element value.
|
void |
setOffset(int offset)
Set the 'offset' element value.
|
void |
setPhpSerialize(int phpSerialize)
Set the 'php_serialize' element value.
|
void |
setRelatedModule(String relatedModule)
Set the 'related_module' element value.
|
void |
setRelationshipName(String relationshipName)
Set the 'relationship_name' element value.
|
void |
setSelectFields(SelectFields selectFields)
Set the 'select_fields' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
void |
setToDate(String toDate)
Set the 'to_date' element value.
|
public String getSession()
public void setSession(String session)
session - public String getModuleName()
public void setModuleName(String moduleName)
moduleName - public String getRelatedModule()
public void setRelatedModule(String relatedModule)
relatedModule - public String getFromDate()
public void setFromDate(String fromDate)
fromDate - public String getToDate()
public void setToDate(String toDate)
toDate - public int getOffset()
public void setOffset(int offset)
offset - public int getMaxResults()
public void setMaxResults(int maxResults)
maxResults - public int getDeleted()
public void setDeleted(int deleted)
deleted - public String getModuleId()
public void setModuleId(String moduleId)
moduleId - public SelectFields getSelectFields()
public void setSelectFields(SelectFields selectFields)
selectFields - public SelectFields getIds()
public void setIds(SelectFields ids)
ids - public String getRelationshipName()
public void setRelationshipName(String relationshipName)
relationshipName - public String getDeletionDate()
public void setDeletionDate(String deletionDate)
deletionDate - public int getPhpSerialize()
public void setPhpSerialize(int phpSerialize)
phpSerialize - Copyright © 2015 Europeana Foundation. All rights reserved.