Package com.sforce.soap.metadata
Class AnalyticsDashboardLayout
java.lang.Object
com.sforce.soap.metadata.AnalyticsDashboardLayout
- All Implemented Interfaces:
XMLizable
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 TypeMethodDescriptiongetLabel()getPages()getStyle()doublevoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAnalyticsDashboard(XmlInputStream __in, TypeMapper __typeMapper) voidsetAnalyticsDashboard(String analyticsDashboard) protected voidsetColumnCount(XmlInputStream __in, TypeMapper __typeMapper) voidsetColumnCount(String columnCount) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLayoutName(XmlInputStream __in, TypeMapper __typeMapper) voidsetLayoutName(String layoutName) protected voidsetMaxWidth(XmlInputStream __in, TypeMapper __typeMapper) voidsetMaxWidth(String maxWidth) voidsetPages(AnalyticsDashboardPage[] pages) protected voidsetPages(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRowHeight(XmlInputStream __in, TypeMapper __typeMapper) voidsetRowHeight(String rowHeight) protected voidsetStyle(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetVersion(double version) protected voidsetVersion(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
AnalyticsDashboardLayout
public AnalyticsDashboardLayout()Constructor
-
-
Method Details
-
getAnalyticsDashboard
-
setAnalyticsDashboard
-
setAnalyticsDashboard
protected void setAnalyticsDashboard(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getColumnCount
-
setColumnCount
-
setColumnCount
protected void setColumnCount(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLayoutName
-
setLayoutName
-
setLayoutName
protected void setLayoutName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMaxWidth
-
setMaxWidth
-
setMaxWidth
protected void setMaxWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPages
-
setPages
-
setPages
protected void setPages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRowHeight
-
setRowHeight
-
setRowHeight
protected void setRowHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStyle
-
setStyle
-
setStyle
protected void setStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVersion
public double getVersion() -
setVersion
public void setVersion(double version) -
setVersion
protected void setVersion(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
-