Uses of Class
io.lakefs.clients.sdk.model.User
-
Packages that use User Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of User in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return User Modifier and Type Method Description UserAuthApi.APIcreateUserRequest. execute()Execute createUser requestUserAuthApi.APIgetUserRequest. execute()Execute getUser requestMethods in io.lakefs.clients.sdk that return types with arguments of type User Modifier and Type Method Description ApiResponse<User>AuthApi.APIcreateUserRequest. executeWithHttpInfo()Execute createUser request with HTTP info returnedApiResponse<User>AuthApi.APIgetUserRequest. executeWithHttpInfo()Execute getUser request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type User Modifier and Type Method Description okhttp3.CallAuthApi.APIcreateUserRequest. executeAsync(ApiCallback<User> _callback)Execute createUser request (asynchronously)okhttp3.CallAuthApi.APIgetUserRequest. executeAsync(ApiCallback<User> _callback)Execute getUser request (asynchronously) -
Uses of User in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return User Modifier and Type Method Description UserUser. creationDate(Long creationDate)UserUser. email(String email)UserUser. friendlyName(String friendlyName)static UserUser. fromJson(String jsonString)Create an instance of User given an JSON stringUserCurrentUser. getUser()Get userUserUser. id(String id)UserUser. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in io.lakefs.clients.sdk.model that return types with arguments of type User Modifier and Type Method Description List<User>UserList. getResults()Get resultsMethods in io.lakefs.clients.sdk.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.sdk.model with type arguments of type User Modifier and Type Method Description UserListUserList. results(List<User> results)voidUserList. setResults(List<User> results)
-