public class CustomFieldsApi extends Object
| Constructor and Description |
|---|
CustomFieldsApi() |
CustomFieldsApi(ApiClient apiClient) |
public CustomFieldsApi()
public CustomFieldsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createCustomFieldCall(CustomFieldCreate customFieldCreate, ApiCallback _callback) throws QaseException
customFieldCreate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic IdResponse createCustomField(CustomFieldCreate customFieldCreate) throws QaseException
customFieldCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IdResponse> createCustomFieldWithHttpInfo(CustomFieldCreate customFieldCreate) throws QaseException
customFieldCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createCustomFieldAsync(CustomFieldCreate customFieldCreate, ApiCallback<IdResponse> _callback) throws QaseException
customFieldCreate - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteCustomFieldCall(Integer id, ApiCallback _callback) throws QaseException
id - Identifier. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic Response deleteCustomField(Integer id) throws QaseException
id - Identifier. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Response> deleteCustomFieldWithHttpInfo(Integer id) throws QaseException
id - Identifier. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteCustomFieldAsync(Integer id, ApiCallback<Response> _callback) throws QaseException
id - Identifier. (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getCustomFieldCall(Integer id, ApiCallback _callback) throws QaseException
id - Identifier. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic CustomFieldResponse getCustomField(Integer id) throws QaseException
id - Identifier. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CustomFieldResponse> getCustomFieldWithHttpInfo(Integer id) throws QaseException
id - Identifier. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getCustomFieldAsync(Integer id, ApiCallback<CustomFieldResponse> _callback) throws QaseException
id - Identifier. (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getCustomFieldsCall(GetCustomFieldsFiltersParameter filters, Integer limit, Integer offset, ApiCallback _callback) throws QaseException
filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic CustomFieldsResponse getCustomFields(GetCustomFieldsFiltersParameter filters, Integer limit, Integer offset) throws QaseException
filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CustomFieldsResponse> getCustomFieldsWithHttpInfo(GetCustomFieldsFiltersParameter filters, Integer limit, Integer offset) throws QaseException
filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getCustomFieldsAsync(GetCustomFieldsFiltersParameter filters, Integer limit, Integer offset, ApiCallback<CustomFieldsResponse> _callback) throws QaseException
filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateCustomFieldCall(Integer id, CustomFieldUpdate customFieldUpdate, ApiCallback _callback) throws QaseException
id - Identifier. (required)customFieldUpdate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic Response updateCustomField(Integer id, CustomFieldUpdate customFieldUpdate) throws QaseException
id - Identifier. (required)customFieldUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Response> updateCustomFieldWithHttpInfo(Integer id, CustomFieldUpdate customFieldUpdate) throws QaseException
id - Identifier. (required)customFieldUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateCustomFieldAsync(Integer id, CustomFieldUpdate customFieldUpdate, ApiCallback<Response> _callback) throws QaseException
id - Identifier. (required)customFieldUpdate - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.