Uses of Class
com.c8db.model.UserUpdateOptions
-
Packages that use UserUpdateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of UserUpdateOptions in com.c8db
Methods in com.c8db with parameters of type UserUpdateOptions Modifier and Type Method Description UserEntityC8DB. replaceUser(String user, UserUpdateOptions options)Replaces the data of an existing user.UserEntityC8DB. updateUser(String user, UserUpdateOptions options)Partially updates the data of an existing user. -
Uses of UserUpdateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type UserUpdateOptions Modifier and Type Method Description UserEntityC8DBImpl. replaceUser(String user, UserUpdateOptions options)protected RequestInternalC8DB. replaceUserRequest(String tenant, String database, String user, UserUpdateOptions options)UserEntityC8DBImpl. updateUser(String user, UserUpdateOptions options)protected RequestInternalC8DB. updateUserRequest(String tenant, String database, String user, UserUpdateOptions options) -
Uses of UserUpdateOptions in com.c8db.model
Methods in com.c8db.model that return UserUpdateOptions Modifier and Type Method Description UserUpdateOptionsUserUpdateOptions. active(Boolean active)UserUpdateOptionsUserUpdateOptions. extra(Map<String,Object> extra)UserUpdateOptionsUserUpdateOptions. passwd(String passwd)
-