Uses of Class
com.confidentify.client.model.ConfidentifyAccount
-
Packages that use ConfidentifyAccount Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of ConfidentifyAccount in com.confidentify.client.api
Methods in com.confidentify.client.api that return ConfidentifyAccount Modifier and Type Method Description ConfidentifyAccountAccountsApi. accountByIdGet(String accountId)Get account informationMethods in com.confidentify.client.api that return types with arguments of type ConfidentifyAccount Modifier and Type Method Description ApiResponse<ConfidentifyAccount>AccountsApi. accountByIdGetWithHttpInfo(String accountId)Get account informationMethod parameters in com.confidentify.client.api with type arguments of type ConfidentifyAccount Modifier and Type Method Description okhttp3.CallAccountsApi. accountByIdGetAsync(String accountId, ApiCallback<ConfidentifyAccount> _callback)Get account information (asynchronously) -
Uses of ConfidentifyAccount in com.confidentify.client.model
Methods in com.confidentify.client.model that return ConfidentifyAccount Modifier and Type Method Description ConfidentifyAccountConfidentifyAccount. id(String id)ConfidentifyAccountConfidentifyAccount. name(String name)
-