Package com.arangodb.model
Class AqlFunctionDeleteOptions
- java.lang.Object
-
- com.arangodb.model.AqlFunctionDeleteOptions
-
public final class AqlFunctionDeleteOptions extends Object
- Author:
- Mark Vollmary
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description AqlFunctionDeleteOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getGroup()
AqlFunctionDeleteOptions
group(Boolean group)
-
-
-
Method Detail
-
getGroup
public Boolean getGroup()
-
group
public AqlFunctionDeleteOptions group(Boolean 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
-
-