public class DataExportDestinationsApi
extends java.lang.Object
| Constructor | Description |
|---|---|
DataExportDestinationsApi() |
|
DataExportDestinationsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
deleteDestination(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId) |
Get a single data export destination by ID
|
com.squareup.okhttp.Call |
deleteDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ApiCallback<java.lang.Void> callback) |
Get a single data export destination by ID (asynchronously)
|
com.squareup.okhttp.Call |
deleteDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteDestination
|
ApiResponse<java.lang.Void> |
deleteDestinationWithHttpInfo(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId) |
Get a single data export destination by ID
|
ApiClient |
getApiClient() |
|
Destination |
getDestination(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId) |
Get a single data export destination by ID
|
com.squareup.okhttp.Call |
getDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ApiCallback<Destination> callback) |
Get a single data export destination by ID (asynchronously)
|
com.squareup.okhttp.Call |
getDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getDestination
|
Destinations |
getDestinations() |
Returns a list of all data export destinations.
|
com.squareup.okhttp.Call |
getDestinationsAsync(ApiCallback<Destinations> callback) |
Returns a list of all data export destinations.
|
com.squareup.okhttp.Call |
getDestinationsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getDestinations
|
ApiResponse<Destinations> |
getDestinationsWithHttpInfo() |
Returns a list of all data export destinations.
|
ApiResponse<Destination> |
getDestinationWithHttpInfo(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId) |
Get a single data export destination by ID
|
Destination |
patchDestination(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
java.util.List<PatchOperation> patchOnly) |
Perform a partial update to a data export destination.
|
com.squareup.okhttp.Call |
patchDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
java.util.List<PatchOperation> patchOnly,
ApiCallback<Destination> callback) |
Perform a partial update to a data export destination.
|
com.squareup.okhttp.Call |
patchDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
java.util.List<PatchOperation> patchOnly,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for patchDestination
|
ApiResponse<Destination> |
patchDestinationWithHttpInfo(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
java.util.List<PatchOperation> patchOnly) |
Perform a partial update to a data export destination.
|
Destination |
postDestination(java.lang.String projectKey,
java.lang.String environmentKey,
DestinationBody destinationBody) |
Create a new data export destination
|
com.squareup.okhttp.Call |
postDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
DestinationBody destinationBody,
ApiCallback<Destination> callback) |
Create a new data export destination (asynchronously)
|
com.squareup.okhttp.Call |
postDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
DestinationBody destinationBody,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postDestination
|
ApiResponse<Destination> |
postDestinationWithHttpInfo(java.lang.String projectKey,
java.lang.String environmentKey,
DestinationBody destinationBody) |
Create a new data export destination
|
void |
setApiClient(ApiClient apiClient) |
public DataExportDestinationsApi()
public DataExportDestinationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call deleteDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void deleteDestination(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> deleteDestinationWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey, java.lang.String destinationId) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ApiCallback<java.lang.Void> callback)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination 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 getDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Destination getDestination(java.lang.String projectKey, java.lang.String environmentKey, java.lang.String destinationId) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Destination> getDestinationWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey, java.lang.String destinationId) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
ApiCallback<Destination> callback)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination 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 getDestinationsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Destinations getDestinations() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Destinations> getDestinationsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDestinationsAsync(ApiCallback<Destinations> 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 patchDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
java.util.List<PatchOperation> patchOnly,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)patchOnly - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' Feature flag patches also support JSON Merge Patch format. 'https://tools.ietf.org/html/rfc7386' The addition of comments is also supported. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Destination patchDestination(java.lang.String projectKey, java.lang.String environmentKey, java.lang.String destinationId, java.util.List<PatchOperation> patchOnly) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)patchOnly - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' Feature flag patches also support JSON Merge Patch format. 'https://tools.ietf.org/html/rfc7386' The addition of comments is also supported. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Destination> patchDestinationWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey, java.lang.String destinationId, java.util.List<PatchOperation> patchOnly) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)patchOnly - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' Feature flag patches also support JSON Merge Patch format. 'https://tools.ietf.org/html/rfc7386' The addition of comments is also supported. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call patchDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
java.lang.String destinationId,
java.util.List<PatchOperation> patchOnly,
ApiCallback<Destination> callback)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationId - The data export destination ID. (required)patchOnly - Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' Feature flag patches also support JSON Merge Patch format. 'https://tools.ietf.org/html/rfc7386' The addition of comments is also supported. (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 postDestinationCall(java.lang.String projectKey,
java.lang.String environmentKey,
DestinationBody destinationBody,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationBody - Create a new data export destination. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Destination postDestination(java.lang.String projectKey, java.lang.String environmentKey, DestinationBody destinationBody) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationBody - Create a new data export destination. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Destination> postDestinationWithHttpInfo(java.lang.String projectKey, java.lang.String environmentKey, DestinationBody destinationBody) throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationBody - Create a new data export destination. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postDestinationAsync(java.lang.String projectKey,
java.lang.String environmentKey,
DestinationBody destinationBody,
ApiCallback<Destination> callback)
throws ApiException
projectKey - The project key, used to tie the flags together under one project so they can be managed together. (required)environmentKey - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. (required)destinationBody - Create a new data export destination. (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 object