Uses of Class
io.lakefs.clients.api.model.User
-
Packages that use User Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of User in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return User Modifier and Type Method Description UserAuthApi. createUser(UserCreation userCreation)create userUserAuthApi. getUser(String userId)get userMethods in io.lakefs.clients.api that return types with arguments of type User Modifier and Type Method Description ApiResponse<User>AuthApi. createUserWithHttpInfo(UserCreation userCreation)create userApiResponse<User>AuthApi. getUserWithHttpInfo(String userId)get userMethod parameters in io.lakefs.clients.api with type arguments of type User Modifier and Type Method Description okhttp3.CallAuthApi. createUserAsync(UserCreation userCreation, ApiCallback<User> _callback)create user (asynchronously)okhttp3.CallAuthApi. getUserAsync(String userId, ApiCallback<User> _callback)get user (asynchronously) -
Uses of User in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return User Modifier and Type Method Description UserUser. creationDate(Long creationDate)UserUser. email(String email)UserUser. friendlyName(String friendlyName)UserCurrentUser. getUser()Get userUserUser. id(String id)Methods in io.lakefs.clients.api.model that return types with arguments of type User Modifier and Type Method Description List<User>UserList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type User Modifier and Type Method Description UserListUserList. addResultsItem(User resultsItem)voidCurrentUser. setUser(User user)CurrentUserCurrentUser. user(User user)Method parameters in io.lakefs.clients.api.model with type arguments of type User Modifier and Type Method Description UserListUserList. results(List<User> results)voidUserList. setResults(List<User> results)
-