CanvasCriteriaTypeMap Class


This is the value object that is used to return the response for Data Entitlement queries.
The details of the APIs are mentioned in the following table:

Attribute / Operation

Purpose

public String getCriteriaType()
public void setCriteriaType(String criteriaType)

Gets or sets the criteria type.

public List<CriteriaValue> getCriteriaValues()
public void setCriteriaValues(List<CriteriaValue> criteriaValues)

Gets or sets the criteria values for this criteria type.

public boolean hasValues()

Returns 'True' if this object is not empty, else returns 'False'.