public class AqlFunctionDeleteOptions extends Object
Constructor and Description |
---|
AqlFunctionDeleteOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getGroup() |
AqlFunctionDeleteOptions |
group(Boolean group) |
public Boolean getGroup()
public AqlFunctionDeleteOptions group(Boolean group)
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.Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.