Package com.idanalyzer
Class Account
java.lang.Object
com.idanalyzer.Account
Account information (GET /myaccount).
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeRetrieve the current account profile, quota and usage.
-
Method Details
-
getAccount
public com.fasterxml.jackson.databind.JsonNode getAccount()Retrieve the current account profile, quota and usage.- Returns:
- the API response as a
JsonNode. - Throws:
ApiException- if the API returns an error or a transport error occurs.
-