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()User Information Provides information about the user that is currently signed in.UserDefaultApi. getUser(UUID id)User Information Provides information about the user with the given ID.Methods in com.circleci.client.v2.api that return types with arguments of type User Modifier and Type Method Description ApiResponse<User>DefaultApi. getCurrentUserWithHttpInfo()User Information Provides information about the user that is currently signed in.ApiResponse<User>DefaultApi. getUserWithHttpInfo(UUID id)User Information Provides information about the user with the given ID. -
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)
-