datai/docs/reference-code/com/sforce/soap/partner/IAnalyticsCloudComponent.java

80 lines
1.9 KiB
Java
Raw Normal View History

2026-01-22 10:52:30 +08:00
package com.sforce.soap.partner;
/**
* This is a generated class for the SObject Enterprise API.
* Do not edit this file, as your changes will be lost.
*/
public interface IAnalyticsCloudComponent extends com.sforce.soap.partner.IDescribeLayoutComponent {
/**
* element : error of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
public java.lang.String getError();
public void setError(java.lang.String error);
/**
* element : filter of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
public java.lang.String getFilter();
public void setFilter(java.lang.String filter);
/**
* element : height of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
public java.lang.String getHeight();
public void setHeight(java.lang.String height);
/**
* element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getHideOnError();
public boolean isHideOnError();
public void setHideOnError(boolean hideOnError);
/**
* element : showSharing of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getShowSharing();
public boolean isShowSharing();
public void setShowSharing(boolean showSharing);
/**
* element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getShowTitle();
public boolean isShowTitle();
public void setShowTitle(boolean showTitle);
/**
* element : width of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
public java.lang.String getWidth();
public void setWidth(java.lang.String width);
}