Uses of Class
io.lakefs.clients.sdk.model.CurrentUser
-
Packages that use CurrentUser Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of CurrentUser in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return CurrentUser Modifier and Type Method Description CurrentUserAuthApi.APIgetCurrentUserRequest. execute()Execute getCurrentUser requestMethods in io.lakefs.clients.sdk that return types with arguments of type CurrentUser Modifier and Type Method Description ApiResponse<CurrentUser>AuthApi.APIgetCurrentUserRequest. executeWithHttpInfo()Execute getCurrentUser request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type CurrentUser Modifier and Type Method Description okhttp3.CallAuthApi.APIgetCurrentUserRequest. executeAsync(ApiCallback<CurrentUser> _callback)Execute getCurrentUser request (asynchronously) -
Uses of CurrentUser in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return CurrentUser Modifier and Type Method Description static CurrentUserCurrentUser. fromJson(String jsonString)Create an instance of CurrentUser given an JSON stringCurrentUserCurrentUser. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CurrentUserCurrentUser. user(User user)
-