public class CapabilitiesApi extends Object
| Constructor and Description |
|---|
CapabilitiesApi() |
CapabilitiesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
canCreateContract(Integer workflowId)
Checks if user can modify user role mappings
|
com.squareup.okhttp.Call |
canCreateContractAsync(Integer workflowId,
ApiCallback<Boolean> callback)
(asynchronously)
Checks if user can modify user role mappings
|
com.squareup.okhttp.Call |
canCreateContractCall(Integer workflowId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for canCreateContract
|
ApiResponse<Boolean> |
canCreateContractWithHttpInfo(Integer workflowId)
Checks if user can modify user role mappings
|
Capabilities |
capabilitiesGet()
Checks if user can upload application
|
com.squareup.okhttp.Call |
capabilitiesGetAsync(ApiCallback<Capabilities> callback)
(asynchronously)
Checks if user can upload application
|
com.squareup.okhttp.Call |
capabilitiesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for capabilitiesGet
|
ApiResponse<Capabilities> |
capabilitiesGetWithHttpInfo()
Checks if user can upload application
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CapabilitiesApi()
public CapabilitiesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call canCreateContractCall(Integer workflowId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
workflowId - The id of the application (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Boolean canCreateContract(Integer workflowId) throws ApiException
workflowId - The id of the application (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Boolean> canCreateContractWithHttpInfo(Integer workflowId) throws ApiException
workflowId - The id of the application (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call canCreateContractAsync(Integer workflowId, ApiCallback<Boolean> callback) throws ApiException
workflowId - The id of the application (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 capabilitiesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Capabilities capabilitiesGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Capabilities> capabilitiesGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call capabilitiesGetAsync(ApiCallback<Capabilities> 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 objectCopyright © 2018. All rights reserved.