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 UserEntity
ArangoDB. replaceUser(String user, UserUpdateOptions options)
Replaces the data of an existing user.UserEntity
ArangoDB. 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 UserUpdateOptions
UserUpdateOptions. active(Boolean active)
UserUpdateOptions
UserUpdateOptions. extra(Map<String,Object> extra)
UserUpdateOptions
UserUpdateOptions. passwd(String passwd)
-