Package com.sforce.soap.metadata
Class AnalyticsDashboardWidget
java.lang.Object
com.sforce.soap.metadata.AnalyticsDashboardWidget
- 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()getType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAnalyticsDashboard(XmlInputStream __in, TypeMapper __typeMapper) voidsetAnalyticsDashboard(String analyticsDashboard) voidsetButtonWidgetDefs(AnalyticsButtonWidgetDef[] buttonWidgetDefs) protected voidsetButtonWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) voidsetContainerWidgetDefs(AnalyticsContainerWidgetDef[] containerWidgetDefs) protected voidsetContainerWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) voidsetFilterWidgetDefs(AnalyticsFilterWidgetDef[] filterWidgetDefs) protected voidsetFilterWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetMetricWidgetDefs(AnalyticsMetricWidgetDef[] metricWidgetDefs) protected voidsetMetricWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) voidsetParameterWidgetDefs(AnalyticsParamWidgetDef[] parameterWidgetDefs) protected voidsetParameterWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) voidsetTextWidgetDefs(AnalyticsTextWidgetDef[] textWidgetDefs) protected voidsetTextWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) voidsetType(AnalyticsWidgetType type) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) voidsetVizWidgetDefs(AnalyticsVizWidgetDef[] vizWidgetDefs) protected voidsetVizWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) voidsetWidgetActions(AnalyticsAssetAction[] widgetActions) protected voidsetWidgetActions(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetWidgetName(XmlInputStream __in, TypeMapper __typeMapper) voidsetWidgetName(String widgetName) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
AnalyticsDashboardWidget
public AnalyticsDashboardWidget()Constructor
-
-
Method Details
-
getAnalyticsDashboard
-
setAnalyticsDashboard
-
setAnalyticsDashboard
protected void setAnalyticsDashboard(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getButtonWidgetDefs
-
setButtonWidgetDefs
-
setButtonWidgetDefs
protected void setButtonWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContainerWidgetDefs
-
setContainerWidgetDefs
-
setContainerWidgetDefs
protected void setContainerWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilterWidgetDefs
-
setFilterWidgetDefs
-
setFilterWidgetDefs
protected void setFilterWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMetricWidgetDefs
-
setMetricWidgetDefs
-
setMetricWidgetDefs
protected void setMetricWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getParameterWidgetDefs
-
setParameterWidgetDefs
-
setParameterWidgetDefs
protected void setParameterWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTextWidgetDefs
-
setTextWidgetDefs
-
setTextWidgetDefs
protected void setTextWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVizWidgetDefs
-
setVizWidgetDefs
-
setVizWidgetDefs
protected void setVizWidgetDefs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWidgetActions
-
setWidgetActions
-
setWidgetActions
protected void setWidgetActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWidgetName
-
setWidgetName
-
setWidgetName
protected void setWidgetName(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
-