Class AqlFunctionDeleteOptions

    • Constructor Detail

      • AqlFunctionDeleteOptions

        public AqlFunctionDeleteOptions()
    • 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