BoolValue(FilterFunctions.FUNCTIONS function,
ODataProperty property,
ODataType<String> operand)
Constructs BoolValue
|
NumValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
ODataType<String> operand)
Constructs NumValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
Integer pos,
Integer length)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
ODataType operand)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
String find,
String replace)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
StringValue property,
Integer pos,
Integer length)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
StringValue property,
ODataType operand)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
StringValue property,
String find,
String replace)
Constructs StringValue
|