public class RelayProxyConfigurationsApi
extends java.lang.Object
| Constructor | Description |
|---|---|
RelayProxyConfigurationsApi() |
|
RelayProxyConfigurationsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
deleteRelayProxyConfig(java.lang.String id) |
Delete a relay proxy configuration by ID.
|
com.squareup.okhttp.Call |
deleteRelayProxyConfigAsync(java.lang.String id,
ApiCallback<java.lang.Void> callback) |
Delete a relay proxy configuration by ID.
|
com.squareup.okhttp.Call |
deleteRelayProxyConfigCall(java.lang.String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteRelayProxyConfig
|
ApiResponse<java.lang.Void> |
deleteRelayProxyConfigWithHttpInfo(java.lang.String id) |
Delete a relay proxy configuration by ID.
|
ApiClient |
getApiClient() |
|
RelayProxyConfig |
getRelayProxyConfig(java.lang.String id) |
Get a single relay proxy configuration by ID.
|
com.squareup.okhttp.Call |
getRelayProxyConfigAsync(java.lang.String id,
ApiCallback<RelayProxyConfig> callback) |
Get a single relay proxy configuration by ID.
|
com.squareup.okhttp.Call |
getRelayProxyConfigCall(java.lang.String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getRelayProxyConfig
|
RelayProxyConfigs |
getRelayProxyConfigs() |
Returns a list of relay proxy configurations in the account.
|
com.squareup.okhttp.Call |
getRelayProxyConfigsAsync(ApiCallback<RelayProxyConfigs> callback) |
Returns a list of relay proxy configurations in the account.
|
com.squareup.okhttp.Call |
getRelayProxyConfigsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getRelayProxyConfigs
|
ApiResponse<RelayProxyConfigs> |
getRelayProxyConfigsWithHttpInfo() |
Returns a list of relay proxy configurations in the account.
|
ApiResponse<RelayProxyConfig> |
getRelayProxyConfigWithHttpInfo(java.lang.String id) |
Get a single relay proxy configuration by ID.
|
RelayProxyConfig |
patchRelayProxyConfig(java.lang.String id,
java.util.List<PatchOperation> patchDelta) |
Modify a relay proxy configuration by ID.
|
com.squareup.okhttp.Call |
patchRelayProxyConfigAsync(java.lang.String id,
java.util.List<PatchOperation> patchDelta,
ApiCallback<RelayProxyConfig> callback) |
Modify a relay proxy configuration by ID.
|
com.squareup.okhttp.Call |
patchRelayProxyConfigCall(java.lang.String id,
java.util.List<PatchOperation> patchDelta,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for patchRelayProxyConfig
|
ApiResponse<RelayProxyConfig> |
patchRelayProxyConfigWithHttpInfo(java.lang.String id,
java.util.List<PatchOperation> patchDelta) |
Modify a relay proxy configuration by ID.
|
RelayProxyConfig |
postRelayAutoConfig(RelayProxyConfigBody relayProxyConfigBody) |
Create a new relay proxy config.
|
com.squareup.okhttp.Call |
postRelayAutoConfigAsync(RelayProxyConfigBody relayProxyConfigBody,
ApiCallback<RelayProxyConfig> callback) |
Create a new relay proxy config.
|
com.squareup.okhttp.Call |
postRelayAutoConfigCall(RelayProxyConfigBody relayProxyConfigBody,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postRelayAutoConfig
|
ApiResponse<RelayProxyConfig> |
postRelayAutoConfigWithHttpInfo(RelayProxyConfigBody relayProxyConfigBody) |
Create a new relay proxy config.
|
RelayProxyConfig |
resetRelayProxyConfig(java.lang.String id,
java.lang.Long expiry) |
Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
|
com.squareup.okhttp.Call |
resetRelayProxyConfigAsync(java.lang.String id,
java.lang.Long expiry,
ApiCallback<RelayProxyConfig> callback) |
Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
|
com.squareup.okhttp.Call |
resetRelayProxyConfigCall(java.lang.String id,
java.lang.Long expiry,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for resetRelayProxyConfig
|
ApiResponse<RelayProxyConfig> |
resetRelayProxyConfigWithHttpInfo(java.lang.String id,
java.lang.Long expiry) |
Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
|
void |
setApiClient(ApiClient apiClient) |
public RelayProxyConfigurationsApi()
public RelayProxyConfigurationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call deleteRelayProxyConfigCall(java.lang.String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
id - The relay proxy configuration ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void deleteRelayProxyConfig(java.lang.String id)
throws ApiException
id - The relay proxy configuration ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> deleteRelayProxyConfigWithHttpInfo(java.lang.String id) throws ApiException
id - The relay proxy configuration ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteRelayProxyConfigAsync(java.lang.String id,
ApiCallback<java.lang.Void> callback)
throws ApiException
id - The relay proxy configuration ID (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 getRelayProxyConfigCall(java.lang.String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
id - The relay proxy configuration ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RelayProxyConfig getRelayProxyConfig(java.lang.String id) throws ApiException
id - The relay proxy configuration ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RelayProxyConfig> getRelayProxyConfigWithHttpInfo(java.lang.String id) throws ApiException
id - The relay proxy configuration ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRelayProxyConfigAsync(java.lang.String id,
ApiCallback<RelayProxyConfig> callback)
throws ApiException
id - The relay proxy configuration ID (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 getRelayProxyConfigsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RelayProxyConfigs getRelayProxyConfigs() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RelayProxyConfigs> getRelayProxyConfigsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRelayProxyConfigsAsync(ApiCallback<RelayProxyConfigs> 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 patchRelayProxyConfigCall(java.lang.String id,
java.util.List<PatchOperation> patchDelta,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
id - The relay proxy configuration ID (required)patchDelta - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RelayProxyConfig patchRelayProxyConfig(java.lang.String id, java.util.List<PatchOperation> patchDelta) throws ApiException
id - The relay proxy configuration ID (required)patchDelta - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RelayProxyConfig> patchRelayProxyConfigWithHttpInfo(java.lang.String id, java.util.List<PatchOperation> patchDelta) throws ApiException
id - The relay proxy configuration ID (required)patchDelta - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchRelayProxyConfigAsync(java.lang.String id,
java.util.List<PatchOperation> patchDelta,
ApiCallback<RelayProxyConfig> callback)
throws ApiException
id - The relay proxy configuration ID (required)patchDelta - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' (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 postRelayAutoConfigCall(RelayProxyConfigBody relayProxyConfigBody, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
relayProxyConfigBody - Create a new relay proxy configuration (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RelayProxyConfig postRelayAutoConfig(RelayProxyConfigBody relayProxyConfigBody) throws ApiException
relayProxyConfigBody - Create a new relay proxy configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RelayProxyConfig> postRelayAutoConfigWithHttpInfo(RelayProxyConfigBody relayProxyConfigBody) throws ApiException
relayProxyConfigBody - Create a new relay proxy configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postRelayAutoConfigAsync(RelayProxyConfigBody relayProxyConfigBody, ApiCallback<RelayProxyConfig> callback) throws ApiException
relayProxyConfigBody - Create a new relay proxy configuration (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 resetRelayProxyConfigCall(java.lang.String id,
java.lang.Long expiry,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
id - The relay proxy configuration ID (required)expiry - An expiration time for the old relay proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the relay proxy configuration will expire immediately (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RelayProxyConfig resetRelayProxyConfig(java.lang.String id, java.lang.Long expiry) throws ApiException
id - The relay proxy configuration ID (required)expiry - An expiration time for the old relay proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the relay proxy configuration will expire immediately (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RelayProxyConfig> resetRelayProxyConfigWithHttpInfo(java.lang.String id, java.lang.Long expiry) throws ApiException
id - The relay proxy configuration ID (required)expiry - An expiration time for the old relay proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the relay proxy configuration will expire immediately (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resetRelayProxyConfigAsync(java.lang.String id,
java.lang.Long expiry,
ApiCallback<RelayProxyConfig> callback)
throws ApiException
id - The relay proxy configuration ID (required)expiry - An expiration time for the old relay proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the relay proxy configuration will expire immediately (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 object