public class DomainsApi extends Object
| Constructor and Description |
|---|
DomainsApi() |
DomainsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
domainsDomainDelete(String domain)
Deletes configured domain from account
|
com.squareup.okhttp.Call |
domainsDomainDeleteAsync(String domain,
ApiCallback<Void> callback)
Deletes configured domain from account (asynchronously)
|
com.squareup.okhttp.Call |
domainsDomainDeleteCall(String domain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainDelete
|
ApiResponse<Void> |
domainsDomainDeleteWithHttpInfo(String domain)
Deletes configured domain from account
|
DomainDetail |
domainsDomainGet(String domain)
Retrieve a domain configured for this account.
|
com.squareup.okhttp.Call |
domainsDomainGetAsync(String domain,
ApiCallback<DomainDetail> callback)
Retrieve a domain configured for this account.
|
com.squareup.okhttp.Call |
domainsDomainGetCall(String domain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainGet
|
ApiResponse<DomainDetail> |
domainsDomainGetWithHttpInfo(String domain)
Retrieve a domain configured for this account.
|
DomainDetail |
domainsDomainPut(String domain,
DomainDetail body)
Update the selected Domain
|
com.squareup.okhttp.Call |
domainsDomainPutAsync(String domain,
DomainDetail body,
ApiCallback<DomainDetail> callback)
Update the selected Domain (asynchronously)
|
com.squareup.okhttp.Call |
domainsDomainPutCall(String domain,
DomainDetail body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainPut
|
ApiResponse<DomainDetail> |
domainsDomainPutWithHttpInfo(String domain,
DomainDetail body)
Update the selected Domain
|
DomainDetail |
domainsDomainVerificationPut(String domain,
String body)
Verification of domain records
|
com.squareup.okhttp.Call |
domainsDomainVerificationPutAsync(String domain,
String body,
ApiCallback<DomainDetail> callback)
Verification of domain records (asynchronously)
|
com.squareup.okhttp.Call |
domainsDomainVerificationPutCall(String domain,
String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainVerificationPut
|
ApiResponse<DomainDetail> |
domainsDomainVerificationPutWithHttpInfo(String domain,
String body)
Verification of domain records
|
List<DomainDetail> |
domainsGet()
Lists all domains configured for this account.
|
com.squareup.okhttp.Call |
domainsGetAsync(ApiCallback<List<DomainDetail>> callback)
Lists all domains configured for this account.
|
com.squareup.okhttp.Call |
domainsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsGet
|
ApiResponse<List<DomainDetail>> |
domainsGetWithHttpInfo()
Lists all domains configured for this account.
|
DomainDetail |
domainsPost(DomainPayload body)
Add new domain to account
|
com.squareup.okhttp.Call |
domainsPostAsync(DomainPayload body,
ApiCallback<DomainDetail> callback)
Add new domain to account (asynchronously)
|
com.squareup.okhttp.Call |
domainsPostCall(DomainPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsPost
|
ApiResponse<DomainDetail> |
domainsPostWithHttpInfo(DomainPayload body)
Add new domain to account
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public DomainsApi()
public DomainsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call domainsDomainDeleteCall(String domain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
domain - Name of the given domain (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void domainsDomainDelete(String domain) throws ApiException
domain - Name of the given domain (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> domainsDomainDeleteWithHttpInfo(String domain) throws ApiException
domain - Name of the given domain (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call domainsDomainDeleteAsync(String domain, ApiCallback<Void> callback) throws ApiException
domain - Name of the given domain (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call domainsDomainGetCall(String domain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
domain - Name of the given domain (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DomainDetail domainsDomainGet(String domain) throws ApiException
domain - Name of the given domain (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DomainDetail> domainsDomainGetWithHttpInfo(String domain) throws ApiException
domain - Name of the given domain (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call domainsDomainGetAsync(String domain, ApiCallback<DomainDetail> callback) throws ApiException
domain - Name of the given domain (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call domainsDomainPutCall(String domain, DomainDetail body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
domain - Name of the given domain (required)body - Updated Domain resource (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DomainDetail domainsDomainPut(String domain, DomainDetail body) throws ApiException
domain - Name of the given domain (required)body - Updated Domain resource (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DomainDetail> domainsDomainPutWithHttpInfo(String domain, DomainDetail body) throws ApiException
domain - Name of the given domain (required)body - Updated Domain resource (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call domainsDomainPutAsync(String domain, DomainDetail body, ApiCallback<DomainDetail> callback) throws ApiException
domain - Name of the given domain (required)body - Updated Domain resource (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call domainsDomainVerificationPutCall(String domain, String body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
domain - Name of the given domain (required)body - Tracking type used in the Tracking verification (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DomainDetail domainsDomainVerificationPut(String domain, String body) throws ApiException
domain - Name of the given domain (required)body - Tracking type used in the Tracking verification (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DomainDetail> domainsDomainVerificationPutWithHttpInfo(String domain, String body) throws ApiException
domain - Name of the given domain (required)body - Tracking type used in the Tracking verification (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call domainsDomainVerificationPutAsync(String domain, String body, ApiCallback<DomainDetail> callback) throws ApiException
domain - Name of the given domain (required)body - Tracking type used in the Tracking verification (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call domainsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic List<DomainDetail> domainsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<DomainDetail>> domainsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call domainsGetAsync(ApiCallback<List<DomainDetail>> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call domainsPostCall(DomainPayload body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Domain to add (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DomainDetail domainsPost(DomainPayload body) throws ApiException
body - Domain to add (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DomainDetail> domainsPostWithHttpInfo(DomainPayload body) throws ApiException
body - Domain to add (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call domainsPostAsync(DomainPayload body, ApiCallback<DomainDetail> callback) throws ApiException
body - Domain to add (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.