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 -
Method Summary
Modifier and TypeMethodDescriptionelement : compactLayouts of type {urn:partner.soap.sforce.com}DescribeCompactLayout java type: com.sforce.soap.partner.DescribeCompactLayout[]element : defaultCompactLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : 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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeCompactLayoutsResult
public DescribeCompactLayoutsResult()Constructor
-
-
Method Details
-
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
- Specified by:
setCompactLayoutsin interfaceIDescribeCompactLayoutsResult
-
setCompactLayouts
protected void setCompactLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setDefaultCompactLayoutIdin interfaceIDescribeCompactLayoutsResult
-
setDefaultCompactLayoutId
protected void setDefaultCompactLayoutId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
-
toString
-