Class Account

java.lang.Object
com.idanalyzer.Account

public class Account extends Object
Account information (GET /myaccount).
  • 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.