PivotConfiguratorV2MessagesFieldMenuOperatorsSettingsBuilder
Methods
Contains(System.String)
The text of the "contains" filter operator.
Parameters
value - System.String
The value that configures the contains.
Doesnotcontain(System.String)
The text of the "Does not contain" filter operator.
Parameters
value - System.String
The value that configures the doesnotcontain.
Startswith(System.String)
The text of the "Starts with" filter operator.
Parameters
value - System.String
The value that configures the startswith.
Endswith(System.String)
The text of the "Ends with" filter operator.
Parameters
value - System.String
The value that configures the endswith.
Eq(System.String)
The text of the "equal" filter operator.
Parameters
value - System.String
The value that configures the eq.
Neq(System.String)
The text of the "not equal" filter operator.
Parameters
value - System.String
The value that configures the neq.