public class DescribeCompactLayoutsResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeCompactLayoutsResult
| Constructor and Description |
|---|
DescribeCompactLayoutsResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCompactLayout[] |
getCompactLayouts()
element : compactLayouts of type {urn:partner.soap.sforce.com}DescribeCompactLayout
java type: com.sforce.soap.partner.DescribeCompactLayout[]
|
String |
getDefaultCompactLayoutId()
element : defaultCompactLayoutId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
RecordTypeCompactLayoutMapping[] |
getRecordTypeCompactLayoutMappings()
element : recordTypeCompactLayoutMappings of type {urn:partner.soap.sforce.com}RecordTypeCompactLayoutMapping
java type: com.sforce.soap.partner.RecordTypeCompactLayoutMapping[]
|
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 |
setCompactLayouts(IDescribeCompactLayout[] compactLayouts) |
void |
setDefaultCompactLayoutId(String defaultCompactLayoutId) |
void |
setRecordTypeCompactLayoutMappings(IRecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings) |
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 DescribeCompactLayout[] getCompactLayouts()
IDescribeCompactLayoutsResultgetCompactLayouts in interface IDescribeCompactLayoutsResultpublic void setCompactLayouts(IDescribeCompactLayout[] compactLayouts)
setCompactLayouts in interface IDescribeCompactLayoutsResultpublic String getDefaultCompactLayoutId()
IDescribeCompactLayoutsResultgetDefaultCompactLayoutId in interface IDescribeCompactLayoutsResultpublic void setDefaultCompactLayoutId(String defaultCompactLayoutId)
setDefaultCompactLayoutId in interface IDescribeCompactLayoutsResultpublic RecordTypeCompactLayoutMapping[] getRecordTypeCompactLayoutMappings()
IDescribeCompactLayoutsResultgetRecordTypeCompactLayoutMappings in interface IDescribeCompactLayoutsResultpublic void setRecordTypeCompactLayoutMappings(IRecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings)
setRecordTypeCompactLayoutMappings in interface IDescribeCompactLayoutsResultpublic 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.