Class AccountApi

java.lang.Object
video.api.client.api.clients.AccountApi

public class AccountApi
extends java.lang.Object
  • Constructor Details

    • AccountApi

      public AccountApi​(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient​(ApiClient apiClient)
    • get

      @Deprecated public Account get() throws ApiException
      Deprecated.
      Show account Deprecated. Authenticate and get a token, then you can use the bearer token here to retrieve details about your account.
      Returns:
      Account
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 Success -
      404 Not Found -
    • getWithHttpInfo

      @Deprecated public ApiResponse<Account> getWithHttpInfo() throws ApiException
      Deprecated.
      Show account Deprecated. Authenticate and get a token, then you can use the bearer token here to retrieve details about your account.
      Returns:
      ApiResponse<Account>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 Success -
      404 Not Found -