public class CodeReferencesApi
extends java.lang.Object
| Constructor and Description |
|---|
CodeReferencesApi() |
CodeReferencesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
void |
v1CodeReferencesDeleteReportsPost(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest)
Delete Reference reports
|
okhttp3.Call |
v1CodeReferencesDeleteReportsPostAsync(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest,
ApiCallback<java.lang.Void> _callback)
Delete Reference reports (asynchronously)
|
okhttp3.Call |
v1CodeReferencesDeleteReportsPostCall(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest,
ApiCallback _callback)
Build call for v1CodeReferencesDeleteReportsPost
|
ApiResponse<java.lang.Void> |
v1CodeReferencesDeleteReportsPostWithHttpInfo(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest)
Delete Reference reports
|
void |
v1CodeReferencesPost(CodeReferenceRequest codeReferenceRequest)
Upload References
|
okhttp3.Call |
v1CodeReferencesPostAsync(CodeReferenceRequest codeReferenceRequest,
ApiCallback<java.lang.Void> _callback)
Upload References (asynchronously)
|
okhttp3.Call |
v1CodeReferencesPostCall(CodeReferenceRequest codeReferenceRequest,
ApiCallback _callback)
Build call for v1CodeReferencesPost
|
ApiResponse<java.lang.Void> |
v1CodeReferencesPostWithHttpInfo(CodeReferenceRequest codeReferenceRequest)
Upload References
|
java.util.List<CodeReferenceModel> |
v1SettingsSettingIdCodeReferencesGet(java.lang.Integer settingId)
Get References for Feature Flag or Setting
|
okhttp3.Call |
v1SettingsSettingIdCodeReferencesGetAsync(java.lang.Integer settingId,
ApiCallback<java.util.List<CodeReferenceModel>> _callback)
Get References for Feature Flag or Setting (asynchronously)
|
okhttp3.Call |
v1SettingsSettingIdCodeReferencesGetCall(java.lang.Integer settingId,
ApiCallback _callback)
Build call for v1SettingsSettingIdCodeReferencesGet
|
ApiResponse<java.util.List<CodeReferenceModel>> |
v1SettingsSettingIdCodeReferencesGetWithHttpInfo(java.lang.Integer settingId)
Get References for Feature Flag or Setting
|
public CodeReferencesApi()
public CodeReferencesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call v1CodeReferencesDeleteReportsPostCall(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest, ApiCallback _callback) throws ApiException
deleteRepositoryReportsRequest - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void v1CodeReferencesDeleteReportsPost(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest) throws ApiException
deleteRepositoryReportsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> v1CodeReferencesDeleteReportsPostWithHttpInfo(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest) throws ApiException
deleteRepositoryReportsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call v1CodeReferencesDeleteReportsPostAsync(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest, ApiCallback<java.lang.Void> _callback) throws ApiException
deleteRepositoryReportsRequest - (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| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call v1CodeReferencesPostCall(CodeReferenceRequest codeReferenceRequest, ApiCallback _callback) throws ApiException
codeReferenceRequest - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void v1CodeReferencesPost(CodeReferenceRequest codeReferenceRequest) throws ApiException
codeReferenceRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> v1CodeReferencesPostWithHttpInfo(CodeReferenceRequest codeReferenceRequest) throws ApiException
codeReferenceRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call v1CodeReferencesPostAsync(CodeReferenceRequest codeReferenceRequest, ApiCallback<java.lang.Void> _callback) throws ApiException
codeReferenceRequest - (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| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call v1SettingsSettingIdCodeReferencesGetCall(java.lang.Integer settingId,
ApiCallback _callback)
throws ApiException
settingId - The identifier of the Feature Flag or Setting. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public java.util.List<CodeReferenceModel> v1SettingsSettingIdCodeReferencesGet(java.lang.Integer settingId) throws ApiException
settingId - The identifier of the Feature Flag or Setting. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.util.List<CodeReferenceModel>> v1SettingsSettingIdCodeReferencesGetWithHttpInfo(java.lang.Integer settingId) throws ApiException
settingId - The identifier of the Feature Flag or Setting. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call v1SettingsSettingIdCodeReferencesGetAsync(java.lang.Integer settingId,
ApiCallback<java.util.List<CodeReferenceModel>> _callback)
throws ApiException
settingId - The identifier of the Feature Flag or Setting. (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| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |