Uses of Class
com.confidentify.client.model.ConfidentifyUserResponse
-
Packages that use ConfidentifyUserResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of ConfidentifyUserResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return ConfidentifyUserResponse Modifier and Type Method Description ConfidentifyUserResponseAccountsApi. userByIdGet(String accountId, String username)Get user informationConfidentifyUserResponseAccountsApi. userByIdUpdate(String accountId, String username, ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest)Update user informationMethods in com.confidentify.client.api that return types with arguments of type ConfidentifyUserResponse Modifier and Type Method Description ApiResponse<ConfidentifyUserResponse>AccountsApi. userByIdGetWithHttpInfo(String accountId, String username)Get user informationApiResponse<ConfidentifyUserResponse>AccountsApi. userByIdUpdateWithHttpInfo(String accountId, String username, ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest)Update user informationMethod parameters in com.confidentify.client.api with type arguments of type ConfidentifyUserResponse Modifier and Type Method Description okhttp3.CallAccountsApi. userByIdGetAsync(String accountId, String username, ApiCallback<ConfidentifyUserResponse> _callback)Get user information (asynchronously)okhttp3.CallAccountsApi. userByIdUpdateAsync(String accountId, String username, ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest, ApiCallback<ConfidentifyUserResponse> _callback)Update user information (asynchronously) -
Uses of ConfidentifyUserResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return ConfidentifyUserResponse Modifier and Type Method Description ConfidentifyUserResponseConfidentifyUserResponse. accountId(String accountId)ConfidentifyUserResponseConfidentifyUserResponse. email(String email)ConfidentifyUserResponseConfidentifyUserResponse. imageUrl(String imageUrl)ConfidentifyUserResponseConfidentifyUserResponse. loginAt(OffsetDateTime loginAt)ConfidentifyUserResponseConfidentifyUserResponse. loginCount(Integer loginCount)ConfidentifyUserResponseConfidentifyUserResponse. name(String name)ConfidentifyUserResponseConfidentifyUserResponse. username(String username)
-