public class ListOfValuesApi extends Object
| Constructor and Description |
|---|
ListOfValuesApi() |
ListOfValuesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ListOfValuesDTO |
createLOV(String workspaceId,
ListOfValuesDTO body)
Create a new ListOfValues
|
com.squareup.okhttp.Call |
createLOVAsync(String workspaceId,
ListOfValuesDTO body,
ApiCallback<ListOfValuesDTO> callback)
Create a new ListOfValues (asynchronously)
|
ApiResponse<ListOfValuesDTO> |
createLOVWithHttpInfo(String workspaceId,
ListOfValuesDTO body)
Create a new ListOfValues
|
void |
deleteLOV(String workspaceId,
String name)
Delete a ListOfValues
|
com.squareup.okhttp.Call |
deleteLOVAsync(String workspaceId,
String name,
ApiCallback<Void> callback)
Delete a ListOfValues (asynchronously)
|
ApiResponse<Void> |
deleteLOVWithHttpInfo(String workspaceId,
String name)
Delete a ListOfValues
|
ApiClient |
getApiClient() |
ListOfValuesDTO |
getLOV(String workspaceId,
String name)
Get a ListOfValues from the given parameters
|
com.squareup.okhttp.Call |
getLOVAsync(String workspaceId,
String name,
ApiCallback<ListOfValuesDTO> callback)
Get a ListOfValues from the given parameters (asynchronously)
|
List<ListOfValuesDTO> |
getLOVs(String workspaceId)
Get a list of ListOfValues for given parameters
|
com.squareup.okhttp.Call |
getLOVsAsync(String workspaceId,
ApiCallback<List<ListOfValuesDTO>> callback)
Get a list of ListOfValues for given parameters (asynchronously)
|
ApiResponse<List<ListOfValuesDTO>> |
getLOVsWithHttpInfo(String workspaceId)
Get a list of ListOfValues for given parameters
|
ApiResponse<ListOfValuesDTO> |
getLOVWithHttpInfo(String workspaceId,
String name)
Get a ListOfValues from the given parameters
|
void |
setApiClient(ApiClient apiClient) |
ListOfValuesDTO |
updateLOV(String workspaceId,
String name,
ListOfValuesDTO body)
Update a ListOfValues
|
com.squareup.okhttp.Call |
updateLOVAsync(String workspaceId,
String name,
ListOfValuesDTO body,
ApiCallback<ListOfValuesDTO> callback)
Update a ListOfValues (asynchronously)
|
ApiResponse<ListOfValuesDTO> |
updateLOVWithHttpInfo(String workspaceId,
String name,
ListOfValuesDTO body)
Update a ListOfValues
|
public ListOfValuesApi()
public ListOfValuesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<ListOfValuesDTO> getLOVs(String workspaceId) throws ApiException
workspaceId - Workspace idApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ListOfValuesDTO>> getLOVsWithHttpInfo(String workspaceId) throws ApiException
workspaceId - Workspace idApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLOVsAsync(String workspaceId, ApiCallback<List<ListOfValuesDTO>> callback) throws ApiException
workspaceId - Workspace idcallback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic ListOfValuesDTO createLOV(String workspaceId, ListOfValuesDTO body) throws ApiException
workspaceId - Workspace idbody - LOV to createApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListOfValuesDTO> createLOVWithHttpInfo(String workspaceId, ListOfValuesDTO body) throws ApiException
workspaceId - Workspace idbody - LOV to createApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createLOVAsync(String workspaceId, ListOfValuesDTO body, ApiCallback<ListOfValuesDTO> callback) throws ApiException
workspaceId - Workspace idbody - LOV to createcallback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic ListOfValuesDTO getLOV(String workspaceId, String name) throws ApiException
workspaceId - Workspace idname - NameApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListOfValuesDTO> getLOVWithHttpInfo(String workspaceId, String name) throws ApiException
workspaceId - Workspace idname - NameApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLOVAsync(String workspaceId, String name, ApiCallback<ListOfValuesDTO> callback) throws ApiException
workspaceId - Workspace idname - Namecallback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic ListOfValuesDTO updateLOV(String workspaceId, String name, ListOfValuesDTO body) throws ApiException
workspaceId - Workspace idname - Namebody - LOV to updateApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListOfValuesDTO> updateLOVWithHttpInfo(String workspaceId, String name, ListOfValuesDTO body) throws ApiException
workspaceId - Workspace idname - Namebody - LOV to updateApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateLOVAsync(String workspaceId, String name, ListOfValuesDTO body, ApiCallback<ListOfValuesDTO> callback) throws ApiException
workspaceId - Workspace idname - Namebody - LOV to updatecallback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic void deleteLOV(String workspaceId, String name) throws ApiException
workspaceId - Workspace idname - NameApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteLOVWithHttpInfo(String workspaceId, String name) throws ApiException
workspaceId - Workspace idname - NameApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteLOVAsync(String workspaceId, String name, ApiCallback<Void> callback) throws ApiException
workspaceId - Workspace idname - Namecallback - 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 DocDoku. All rights reserved.