Class AqlFunctionDeleteOptions

java.lang.Object
com.arangodb.model.AqlFunctionDeleteOptions

public final class AqlFunctionDeleteOptions extends Object
Author:
Mark Vollmary
  • Constructor Details

    • AqlFunctionDeleteOptions

      public AqlFunctionDeleteOptions()
  • Method Details

    • 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