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.CompletableFuture<UserEntity>ArangoDBAsync. replaceUser(String user, UserUpdateOptions options)Asynchronous version ofArangoDB.replaceUser(String, UserUpdateOptions)UserEntityArangoDB. updateUser(String user, UserUpdateOptions options)Partially updates the data of an existing user.CompletableFuture<UserEntity>ArangoDBAsync. updateUser(String user, UserUpdateOptions options)Asynchronous version ofArangoDB.updateUser(String, UserUpdateOptions) -
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)
-