Package com.arangodb.model
Class AqlFunctionDeleteOptions
java.lang.Object
com.arangodb.model.AqlFunctionDeleteOptions
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AqlFunctionDeleteOptions
public AqlFunctionDeleteOptions()
-
-
Method Details
-
getGroup
-
group
- Parameters:
group
- If set to true, then the function name provided in name is treated as a namespace prefix, and all functions in the specified namespace will be deleted. If set to false, the function name provided in name must be fully qualified, including any namespaces.- Returns:
- options
-