Builder

class Builder

Properties

Link copied to clipboard
var eq: String?

The equal to operator. The DataSource results will have FilterVariable values that exactly match the value specified with EQ.

Link copied to clipboard

Use one of the following variables to filter a list of DataSource:

Link copied to clipboard
var ge: String?

The greater than or equal to operator. The DataSource results will have FilterVariable values that are greater than or equal to the value specified with GE.

Link copied to clipboard
var gt: String?

The greater than operator. The DataSource results will have FilterVariable values that are greater than the value specified with GT.

Link copied to clipboard
var le: String?

The less than or equal to operator. The DataSource results will have FilterVariable values that are less than or equal to the value specified with LE.

Link copied to clipboard
var limit: Int?

The maximum number of DataSource to include in the result.

Link copied to clipboard
var lt: String?

The less than operator. The DataSource results will have FilterVariable values that are less than the value specified with LT.

Link copied to clipboard
var ne: String?

The not equal to operator. The DataSource results will have FilterVariable values not equal to the value specified with NE.

Link copied to clipboard

The ID of the page in the paginated results.

Link copied to clipboard

A string that is found at the beginning of a variable, such as Name or Id.

Link copied to clipboard

A two-value parameter that determines the sequence of the resulting list of DataSource.