Class ExprCall
java.lang.Object
co.permify.sdk.model.ExprCall
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExprCall
extends Object
A call expression, including calls to predefined functions and operators. For example, `value == 10`, `size(map_value)`.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem(Expr argsItem) booleanReturn true if this Expr.Call object is equal to o.getArgs()The arguments.Required.Get targetinthashCode()voidvoidsetFunction(String function) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TARGET
- See Also:
-
JSON_PROPERTY_FUNCTION
- See Also:
-
JSON_PROPERTY_ARGS
- See Also:
-
-
Constructor Details
-
ExprCall
public ExprCall()
-
-
Method Details
-
target
-
getTarget
-
setTarget
-
function
-
getFunction
Required. The name of the function or method being called.- Returns:
- function
-
setFunction
-
args
-
addArgsItem
-
getArgs
-
setArgs
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-