StandardFilterInfoPicklist Class

Contains information about the standard filter picklist, such as the display name and type of the filter field, the default picklist value, and a list of all possible picklist values.

Namespace

Reports

StandardFilterInfoPicklist Methods

The following are methods for StandardFilterInfoPicklist.

getDefaultValue()

Returns the default value for the standard filter picklist.

Signature

public String getDefaultValue()

Return Value

Type: String

getFilterValues()

Returns a list of standard filter picklist values.

Signature

public List<Reports.FilterValue> getFilterValues()

Return Value

Type: List<Reports.FilterValue>

getLabel()

Returns the display name of the standard filter picklist.

Signature

public String getLabel()

Return Value

Type: String

getType()

Returns the type of the standard filter picklist.

Signature

public Reports.StandardFilterType getType()

Return Value

Type: Reports.StandardFilterType