Package video.api.client.api.clients
Class AccountApi
java.lang.Object
video.api.client.api.clients.AccountApi
public class AccountApi
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AccountApi(ApiClient apiClient) -
Method Summary
Modifier and Type Method Description Accountget()Deprecated.ApiClientgetApiClient()ApiResponse<Account>getWithHttpInfo()Deprecated.voidsetApiClient(ApiClient apiClient)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AccountApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
get
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.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 -
-