Package com.sforce.soap.partner
Class DescribeCompactLayoutsResult
- java.lang.Object
-
- com.sforce.soap.partner.DescribeCompactLayoutsResult
-
- All Implemented Interfaces:
IDescribeCompactLayoutsResult,XMLizable
public class DescribeCompactLayoutsResult extends Object implements XMLizable, IDescribeCompactLayoutsResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeCompactLayoutsResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeCompactLayout[]getCompactLayouts()element : compactLayouts of type {urn:partner.soap.sforce.com}DescribeCompactLayout java type: com.sforce.soap.partner.DescribeCompactLayout[]StringgetDefaultCompactLayoutId()element : defaultCompactLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringRecordTypeCompactLayoutMapping[]getRecordTypeCompactLayoutMappings()element : recordTypeCompactLayoutMappings of type {urn:partner.soap.sforce.com}RecordTypeCompactLayoutMapping java type: com.sforce.soap.partner.RecordTypeCompactLayoutMapping[]voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetCompactLayouts(IDescribeCompactLayout[] compactLayouts)protected voidsetCompactLayouts(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDefaultCompactLayoutId(XmlInputStream __in, TypeMapper __typeMapper)voidsetDefaultCompactLayoutId(String defaultCompactLayoutId)voidsetRecordTypeCompactLayoutMappings(IRecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings)protected voidsetRecordTypeCompactLayoutMappings(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCompactLayouts
public DescribeCompactLayout[] getCompactLayouts()
Description copied from interface:IDescribeCompactLayoutsResultelement : compactLayouts of type {urn:partner.soap.sforce.com}DescribeCompactLayout java type: com.sforce.soap.partner.DescribeCompactLayout[]- Specified by:
getCompactLayoutsin interfaceIDescribeCompactLayoutsResult
-
setCompactLayouts
public void setCompactLayouts(IDescribeCompactLayout[] compactLayouts)
- Specified by:
setCompactLayoutsin interfaceIDescribeCompactLayoutsResult
-
setCompactLayouts
protected void setCompactLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultCompactLayoutId
public String getDefaultCompactLayoutId()
Description copied from interface:IDescribeCompactLayoutsResultelement : defaultCompactLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getDefaultCompactLayoutIdin interfaceIDescribeCompactLayoutsResult
-
setDefaultCompactLayoutId
public void setDefaultCompactLayoutId(String defaultCompactLayoutId)
- Specified by:
setDefaultCompactLayoutIdin interfaceIDescribeCompactLayoutsResult
-
setDefaultCompactLayoutId
protected void setDefaultCompactLayoutId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeCompactLayoutMappings
public RecordTypeCompactLayoutMapping[] getRecordTypeCompactLayoutMappings()
Description copied from interface:IDescribeCompactLayoutsResultelement : recordTypeCompactLayoutMappings of type {urn:partner.soap.sforce.com}RecordTypeCompactLayoutMapping java type: com.sforce.soap.partner.RecordTypeCompactLayoutMapping[]- Specified by:
getRecordTypeCompactLayoutMappingsin interfaceIDescribeCompactLayoutsResult
-
setRecordTypeCompactLayoutMappings
public void setRecordTypeCompactLayoutMappings(IRecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings)
- Specified by:
setRecordTypeCompactLayoutMappingsin interfaceIDescribeCompactLayoutsResult
-
setRecordTypeCompactLayoutMappings
protected void setRecordTypeCompactLayoutMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-