Interface IAnalyticsCloudComponent

All Superinterfaces:
IDescribeLayoutComponent
All Known Implementing Classes:
AnalyticsCloudComponent

public interface IAnalyticsCloudComponent extends IDescribeLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • getError

      String getError()
      element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setError

      void setError(String error)
    • getFilter

      String getFilter()
      element : filter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setFilter

      void setFilter(String filter)
    • getHeight

      String getHeight()
      element : height of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setHeight

      void setHeight(String height)
    • getHideOnError

      boolean getHideOnError()
      element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isHideOnError

      boolean isHideOnError()
    • setHideOnError

      void setHideOnError(boolean hideOnError)
    • getShowSharing

      boolean getShowSharing()
      element : showSharing of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isShowSharing

      boolean isShowSharing()
    • setShowSharing

      void setShowSharing(boolean showSharing)
    • getShowTitle

      boolean getShowTitle()
      element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isShowTitle

      boolean isShowTitle()
    • setShowTitle

      void setShowTitle(boolean showTitle)
    • getWidth

      String getWidth()
      element : width of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setWidth

      void setWidth(String width)