public class RelatedList extends Object implements com.sforce.ws.bind.XMLizable, IRelatedList
| Constructor and Description |
|---|
RelatedList()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ShareAccessLevel |
getAccessLevelRequiredForCreate()
element : accessLevelRequiredForCreate of type {urn:partner.soap.sforce.com}ShareAccessLevel
java type: com.sforce.soap.partner.ShareAccessLevel
|
DescribeLayoutButton[] |
getButtons()
element : buttons of type {urn:partner.soap.sforce.com}DescribeLayoutButton
java type: com.sforce.soap.partner.DescribeLayoutButton[]
|
RelatedListColumn[] |
getColumns()
element : columns of type {urn:partner.soap.sforce.com}RelatedListColumn
java type: com.sforce.soap.partner.RelatedListColumn[]
|
boolean |
getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
int |
getLimitRows()
element : limitRows of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSobject()
element : sobject of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
RelatedListSort[] |
getSort()
element : sort of type {urn:partner.soap.sforce.com}RelatedListSort
java type: com.sforce.soap.partner.RelatedListSort[]
|
boolean |
isCustom() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate) |
void |
setButtons(IDescribeLayoutButton[] buttons) |
void |
setColumns(IRelatedListColumn[] columns) |
void |
setCustom(boolean custom) |
void |
setField(String field) |
void |
setLabel(String label) |
void |
setLimitRows(int limitRows) |
void |
setName(String name) |
void |
setSobject(String sobject) |
void |
setSort(IRelatedListSort[] sort) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public ShareAccessLevel getAccessLevelRequiredForCreate()
IRelatedListgetAccessLevelRequiredForCreate in interface IRelatedListpublic void setAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate)
setAccessLevelRequiredForCreate in interface IRelatedListpublic DescribeLayoutButton[] getButtons()
IRelatedListgetButtons in interface IRelatedListpublic void setButtons(IDescribeLayoutButton[] buttons)
setButtons in interface IRelatedListpublic RelatedListColumn[] getColumns()
IRelatedListgetColumns in interface IRelatedListpublic void setColumns(IRelatedListColumn[] columns)
setColumns in interface IRelatedListpublic boolean getCustom()
IRelatedListgetCustom in interface IRelatedListpublic boolean isCustom()
isCustom in interface IRelatedListpublic void setCustom(boolean custom)
setCustom in interface IRelatedListpublic String getField()
IRelatedListgetField in interface IRelatedListpublic void setField(String field)
setField in interface IRelatedListpublic String getLabel()
IRelatedListgetLabel in interface IRelatedListpublic void setLabel(String label)
setLabel in interface IRelatedListpublic int getLimitRows()
IRelatedListgetLimitRows in interface IRelatedListpublic void setLimitRows(int limitRows)
setLimitRows in interface IRelatedListpublic String getName()
IRelatedListgetName in interface IRelatedListpublic void setName(String name)
setName in interface IRelatedListpublic String getSobject()
IRelatedListgetSobject in interface IRelatedListpublic void setSobject(String sobject)
setSobject in interface IRelatedListpublic RelatedListSort[] getSort()
IRelatedListgetSort in interface IRelatedListpublic void setSort(IRelatedListSort[] sort)
setSort in interface IRelatedListpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.