Uses of Class
com.confidentify.client.model.ConfidentifyAccountResponse
-
Packages that use ConfidentifyAccountResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of ConfidentifyAccountResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return ConfidentifyAccountResponse Modifier and Type Method Description ConfidentifyAccountResponseAccountsApi. accountByIdGet(String accountId)Get account informationConfidentifyAccountResponseAccountsApi. accountByIdUpdate(String accountId, ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest)Update account informationConfidentifyAccountResponseAccountsApi. accountCreate(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest)Create new accountMethods in com.confidentify.client.api that return types with arguments of type ConfidentifyAccountResponse Modifier and Type Method Description ApiResponse<ConfidentifyAccountResponse>AccountsApi. accountByIdGetWithHttpInfo(String accountId)Get account informationApiResponse<ConfidentifyAccountResponse>AccountsApi. accountByIdUpdateWithHttpInfo(String accountId, ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest)Update account informationApiResponse<ConfidentifyAccountResponse>AccountsApi. accountCreateWithHttpInfo(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest)Create new accountMethod parameters in com.confidentify.client.api with type arguments of type ConfidentifyAccountResponse Modifier and Type Method Description okhttp3.CallAccountsApi. accountByIdGetAsync(String accountId, ApiCallback<ConfidentifyAccountResponse> _callback)Get account information (asynchronously)okhttp3.CallAccountsApi. accountByIdUpdateAsync(String accountId, ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest, ApiCallback<ConfidentifyAccountResponse> _callback)Update account information (asynchronously)okhttp3.CallAccountsApi. accountCreateAsync(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest, ApiCallback<ConfidentifyAccountResponse> _callback)Create new account (asynchronously) -
Uses of ConfidentifyAccountResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return ConfidentifyAccountResponse Modifier and Type Method Description ConfidentifyAccountResponseConfidentifyAccountResponse. accountOwnerUsername(String accountOwnerUsername)ConfidentifyAccountResponseConfidentifyAccountResponse. id(String id)ConfidentifyAccountResponseConfidentifyAccountResponse. imageUrl(String imageUrl)ConfidentifyAccountResponseConfidentifyAccountResponse. name(String name)ConfidentifyAccountResponseConfidentifyAccountResponse. websiteUrl(String websiteUrl)
-