Uses of Class
com.circleci.client.v2.model.User
-
Packages that use User Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of User in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return User Modifier and Type Method Description UserDefaultApi. getCurrentUser()Get the currently signed in user.Methods in com.circleci.client.v2.api that return types with arguments of type User Modifier and Type Method Description ApiResponse<User>DefaultApi. getCurrentUserWithHttpInfo()Get the currently signed in user. -
Uses of User in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return User Modifier and Type Method Description UserUser. id(UUID id)UserUser. login(String login)UserUser. name(String name)
-