Uses of Class
com.confidentify.client.model.ConfidentifyAccountCreateRequest
-
Packages that use ConfidentifyAccountCreateRequest Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of ConfidentifyAccountCreateRequest in com.confidentify.client.api
Methods in com.confidentify.client.api with parameters of type ConfidentifyAccountCreateRequest Modifier and Type Method Description ConfidentifyAccountResponseAccountsApi. accountCreate(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest)Create new accountokhttp3.CallAccountsApi. accountCreateAsync(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest, ApiCallback<ConfidentifyAccountResponse> _callback)Create new account (asynchronously)okhttp3.CallAccountsApi. accountCreateCall(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest, ApiCallback _callback)Build call for accountCreateApiResponse<ConfidentifyAccountResponse>AccountsApi. accountCreateWithHttpInfo(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest)Create new account -
Uses of ConfidentifyAccountCreateRequest in com.confidentify.client.model
Methods in com.confidentify.client.model that return ConfidentifyAccountCreateRequest Modifier and Type Method Description ConfidentifyAccountCreateRequestConfidentifyAccountCreateRequest. accountOwnerUsername(String accountOwnerUsername)ConfidentifyAccountCreateRequestConfidentifyAccountCreateRequest. imageUrl(String imageUrl)ConfidentifyAccountCreateRequestConfidentifyAccountCreateRequest. name(String name)ConfidentifyAccountCreateRequestConfidentifyAccountCreateRequest. websiteUrl(String websiteUrl)
-