Package co.permify.sdk.model
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
Get target- Returns:
- target
-
setTarget
-
function
-
getFunction
Required. The name of the function or method being called.- Returns:
- function
-
setFunction
-
args
-
addArgsItem
-
getArgs
The arguments.- Returns:
- args
-
setArgs
-
equals
Return true if this Expr.Call object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-