Uses of Class
com.arangodb.model.UserUpdateOptions
-
Packages that use UserUpdateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of UserUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type UserUpdateOptions Modifier and Type Method Description UserEntityArangoDB. replaceUser(String user, UserUpdateOptions options)Replaces the data of an existing user.UserEntityArangoDB. updateUser(String user, UserUpdateOptions options)Partially updates the data of an existing user. -
Uses of UserUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return UserUpdateOptions Modifier and Type Method Description UserUpdateOptionsUserUpdateOptions. active(Boolean active)UserUpdateOptionsUserUpdateOptions. extra(Map<String,Object> extra)UserUpdateOptionsUserUpdateOptions. passwd(String passwd)
-