public class RelatedList extends java.lang.Object implements 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
|
java.lang.String |
getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.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
|
java.lang.String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.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(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate) |
protected void |
setAccessLevelRequiredForCreate(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setButtons(IDescribeLayoutButton[] buttons) |
protected void |
setButtons(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setColumns(IRelatedListColumn[] columns) |
protected void |
setColumns(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCustom(boolean custom) |
protected void |
setCustom(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setField(java.lang.String field) |
protected void |
setField(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLimitRows(int limitRows) |
protected void |
setLimitRows(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setName(java.lang.String name) |
protected void |
setName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSobject(java.lang.String sobject) |
protected void |
setSobject(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSort(IRelatedListSort[] sort) |
protected void |
setSort(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public ShareAccessLevel getAccessLevelRequiredForCreate()
IRelatedListgetAccessLevelRequiredForCreate in interface IRelatedListpublic void setAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate)
setAccessLevelRequiredForCreate in interface IRelatedListprotected void setAccessLevelRequiredForCreate(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeLayoutButton[] getButtons()
IRelatedListgetButtons in interface IRelatedListpublic void setButtons(IDescribeLayoutButton[] buttons)
setButtons in interface IRelatedListprotected void setButtons(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic RelatedListColumn[] getColumns()
IRelatedListgetColumns in interface IRelatedListpublic void setColumns(IRelatedListColumn[] columns)
setColumns in interface IRelatedListprotected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getCustom()
IRelatedListgetCustom in interface IRelatedListpublic boolean isCustom()
isCustom in interface IRelatedListpublic void setCustom(boolean custom)
setCustom in interface IRelatedListprotected void setCustom(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getField()
IRelatedListgetField in interface IRelatedListpublic void setField(java.lang.String field)
setField in interface IRelatedListprotected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IRelatedListgetLabel in interface IRelatedListpublic void setLabel(java.lang.String label)
setLabel in interface IRelatedListprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getLimitRows()
IRelatedListgetLimitRows in interface IRelatedListpublic void setLimitRows(int limitRows)
setLimitRows in interface IRelatedListprotected void setLimitRows(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getName()
IRelatedListgetName in interface IRelatedListpublic void setName(java.lang.String name)
setName in interface IRelatedListprotected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSobject()
IRelatedListgetSobject in interface IRelatedListpublic void setSobject(java.lang.String sobject)
setSobject in interface IRelatedListprotected void setSobject(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic RelatedListSort[] getSort()
IRelatedListgetSort in interface IRelatedListpublic void setSort(IRelatedListSort[] sort)
setSort in interface IRelatedListprotected void setSort(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.