public class ApplicationsApi extends Object
| Constructor and Description |
|---|
ApplicationsApi() |
ApplicationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationDelete(String applicationID)
Deletes the specified blockchain application.
|
com.squareup.okhttp.Call |
applicationDeleteAsync(String applicationID,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified blockchain application.
|
com.squareup.okhttp.Call |
applicationDeleteCall(String applicationID,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationDelete
|
ApiResponse<Void> |
applicationDeleteWithHttpInfo(String applicationID)
Deletes the specified blockchain application.
|
void |
applicationDisable(Integer applicationId)
Disables the specified blockchain application.
|
com.squareup.okhttp.Call |
applicationDisableAsync(Integer applicationId,
ApiCallback<Void> callback)
(asynchronously)
Disables the specified blockchain application.
|
com.squareup.okhttp.Call |
applicationDisableCall(Integer applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationDisable
|
ApiResponse<Void> |
applicationDisableWithHttpInfo(Integer applicationId)
Disables the specified blockchain application.
|
void |
applicationEnable(Integer applicationId)
Enables the specified blockchain application.
|
com.squareup.okhttp.Call |
applicationEnableAsync(Integer applicationId,
ApiCallback<Void> callback)
(asynchronously)
Enables the specified blockchain application.
|
com.squareup.okhttp.Call |
applicationEnableCall(Integer applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationEnable
|
ApiResponse<Void> |
applicationEnableWithHttpInfo(Integer applicationId)
Enables the specified blockchain application.
|
Application |
applicationGet(Integer applicationId)
Gets the blockchain application matching a specific application ID.
|
com.squareup.okhttp.Call |
applicationGetAsync(Integer applicationId,
ApiCallback<Application> callback)
(asynchronously)
Gets the blockchain application matching a specific application ID.
|
com.squareup.okhttp.Call |
applicationGetCall(Integer applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationGet
|
ApiResponse<Application> |
applicationGetWithHttpInfo(Integer applicationId)
Gets the blockchain application matching a specific application ID.
|
ApplicationList |
applicationsGet(Integer top,
Integer skip,
Boolean enabled)
Lists all blockchain applications to which a user has access in Workbench.
|
com.squareup.okhttp.Call |
applicationsGetAsync(Integer top,
Integer skip,
Boolean enabled,
ApiCallback<ApplicationList> callback)
(asynchronously)
Lists all blockchain applications to which a user has access in Workbench.
|
com.squareup.okhttp.Call |
applicationsGetCall(Integer top,
Integer skip,
Boolean enabled,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationList> |
applicationsGetWithHttpInfo(Integer top,
Integer skip,
Boolean enabled)
Lists all blockchain applications to which a user has access in Workbench.
|
Integer |
applicationsPost(File file)
Creates a new blockchain application.
|
com.squareup.okhttp.Call |
applicationsPostAsync(File file,
ApiCallback<Integer> callback)
(asynchronously)
Creates a new blockchain application.
|
com.squareup.okhttp.Call |
applicationsPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsPost
|
ApiResponse<Integer> |
applicationsPostWithHttpInfo(File file)
Creates a new blockchain application.
|
void |
contractCodeDelete(Integer contractCodeId)
Deletes the specified blockchain smart contract implementation of a specific blockchain application.
|
com.squareup.okhttp.Call |
contractCodeDeleteAsync(Integer contractCodeId,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified blockchain smart contract implementation of a specific blockchain application.
|
com.squareup.okhttp.Call |
contractCodeDeleteCall(Integer contractCodeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodeDelete
|
ApiResponse<Void> |
contractCodeDeleteWithHttpInfo(Integer contractCodeId)
Deletes the specified blockchain smart contract implementation of a specific blockchain application.
|
FileStreamResult |
contractCodeGet(Integer contractCodeId)
Get the blockchain smart contract implementation matching a specific ledger implementation ID.
|
com.squareup.okhttp.Call |
contractCodeGetAsync(Integer contractCodeId,
ApiCallback<FileStreamResult> callback)
(asynchronously)
Get the blockchain smart contract implementation matching a specific ledger implementation ID.
|
com.squareup.okhttp.Call |
contractCodeGetCall(Integer contractCodeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodeGet
|
ApiResponse<FileStreamResult> |
contractCodeGetWithHttpInfo(Integer contractCodeId)
Get the blockchain smart contract implementation matching a specific ledger implementation ID.
|
Integer |
contractCodePost(Integer applicationId,
File file,
Integer ledgerId)
Uploads one or more smart contracts (ex.
|
com.squareup.okhttp.Call |
contractCodePostAsync(Integer applicationId,
File file,
Integer ledgerId,
ApiCallback<Integer> callback)
(asynchronously)
Uploads one or more smart contracts (ex.
|
com.squareup.okhttp.Call |
contractCodePostCall(Integer applicationId,
File file,
Integer ledgerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodePost
|
ApiResponse<Integer> |
contractCodePostWithHttpInfo(Integer applicationId,
File file,
Integer ledgerId)
Uploads one or more smart contracts (ex.
|
ContractCodeList |
contractCodesGet(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip)
List all blockchain smart contract implementations of the specified blockchain application.
|
com.squareup.okhttp.Call |
contractCodesGetAsync(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip,
ApiCallback<ContractCodeList> callback)
(asynchronously)
List all blockchain smart contract implementations of the specified blockchain application.
|
com.squareup.okhttp.Call |
contractCodesGetCall(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodesGet
|
ApiResponse<ContractCodeList> |
contractCodesGetWithHttpInfo(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip)
List all blockchain smart contract implementations of the specified blockchain application.
|
ApiClient |
getApiClient() |
void |
roleAssignmentDelete(Integer applicationId,
Integer roleAssignmentId)
Deletes the specified role assignment.
|
com.squareup.okhttp.Call |
roleAssignmentDeleteAsync(Integer applicationId,
Integer roleAssignmentId,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified role assignment.
|
com.squareup.okhttp.Call |
roleAssignmentDeleteCall(Integer applicationId,
Integer roleAssignmentId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentDelete
|
ApiResponse<Void> |
roleAssignmentDeleteWithHttpInfo(Integer applicationId,
Integer roleAssignmentId)
Deletes the specified role assignment.
|
RoleAssignment |
roleAssignmentGet(Integer applicationId,
Integer roleAssignmentId)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
com.squareup.okhttp.Call |
roleAssignmentGetAsync(Integer applicationId,
Integer roleAssignmentId,
ApiCallback<RoleAssignment> callback)
(asynchronously)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
com.squareup.okhttp.Call |
roleAssignmentGetCall(Integer applicationId,
Integer roleAssignmentId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentGet
|
ApiResponse<RoleAssignment> |
roleAssignmentGetWithHttpInfo(Integer applicationId,
Integer roleAssignmentId)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
RoleAssignmentList |
roleAssignmentsGet(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip)
List all role assignments of the specified blockchain application.
|
com.squareup.okhttp.Call |
roleAssignmentsGetAsync(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip,
ApiCallback<RoleAssignmentList> callback)
(asynchronously)
List all role assignments of the specified blockchain application.
|
com.squareup.okhttp.Call |
roleAssignmentsGetCall(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentsGet
|
ApiResponse<RoleAssignmentList> |
roleAssignmentsGetWithHttpInfo(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip)
List all role assignments of the specified blockchain application.
|
Integer |
roleAssignmentsPost(Integer applicationId,
RoleAssignmentInput roleAssignment)
Creates a user-to-role mapping in the specified blockchain application.
|
com.squareup.okhttp.Call |
roleAssignmentsPostAsync(Integer applicationId,
RoleAssignmentInput roleAssignment,
ApiCallback<Integer> callback)
(asynchronously)
Creates a user-to-role mapping in the specified blockchain application.
|
com.squareup.okhttp.Call |
roleAssignmentsPostCall(Integer applicationId,
RoleAssignmentInput roleAssignment,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentsPost
|
ApiResponse<Integer> |
roleAssignmentsPostWithHttpInfo(Integer applicationId,
RoleAssignmentInput roleAssignment)
Creates a user-to-role mapping in the specified blockchain application.
|
void |
setApiClient(ApiClient apiClient) |
Workflow |
workflowGet(Integer workflowId)
Get a workflow matching a specific workflow ID.
|
com.squareup.okhttp.Call |
workflowGetAsync(Integer workflowId,
ApiCallback<Workflow> callback)
(asynchronously)
Get a workflow matching a specific workflow ID.
|
com.squareup.okhttp.Call |
workflowGetCall(Integer workflowId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowGet
|
ApiResponse<Workflow> |
workflowGetWithHttpInfo(Integer workflowId)
Get a workflow matching a specific workflow ID.
|
WorkflowList |
workflowsGet(Integer applicationId,
Integer top,
Integer skip)
List all workflows of the specified blockchain application.
|
com.squareup.okhttp.Call |
workflowsGetAsync(Integer applicationId,
Integer top,
Integer skip,
ApiCallback<WorkflowList> callback)
(asynchronously)
List all workflows of the specified blockchain application.
|
com.squareup.okhttp.Call |
workflowsGetCall(Integer applicationId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowsGet
|
ApiResponse<WorkflowList> |
workflowsGetWithHttpInfo(Integer applicationId,
Integer top,
Integer skip)
List all workflows of the specified blockchain application.
|
public ApplicationsApi()
public ApplicationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call applicationDeleteCall(String applicationID, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationID - The id of the application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void applicationDelete(String applicationID) throws ApiException
applicationID - The id of the application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationDeleteWithHttpInfo(String applicationID) throws ApiException
applicationID - 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 applicationDeleteAsync(String applicationID, ApiCallback<Void> callback) throws ApiException
applicationID - 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 applicationDisableCall(Integer applicationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void applicationDisable(Integer applicationId) throws ApiException
applicationId - The id of the application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationDisableWithHttpInfo(Integer applicationId) throws ApiException
applicationId - 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 applicationDisableAsync(Integer applicationId, ApiCallback<Void> callback) throws ApiException
applicationId - 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 applicationEnableCall(Integer applicationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void applicationEnable(Integer applicationId) throws ApiException
applicationId - The id of the application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationEnableWithHttpInfo(Integer applicationId) throws ApiException
applicationId - 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 applicationEnableAsync(Integer applicationId, ApiCallback<Void> callback) throws ApiException
applicationId - 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 applicationGetCall(Integer applicationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Application applicationGet(Integer applicationId) throws ApiException
applicationId - The id of the application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Application> applicationGetWithHttpInfo(Integer applicationId) throws ApiException
applicationId - 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 applicationGetAsync(Integer applicationId, ApiCallback<Application> callback) throws ApiException
applicationId - 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 applicationsGetCall(Integer top, Integer skip, Boolean enabled, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)enabled - A Boolean for whether to filter the result set to only enabled applications. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationList applicationsGet(Integer top, Integer skip, Boolean enabled) throws ApiException
top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)enabled - A Boolean for whether to filter the result set to only enabled applications. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationList> applicationsGetWithHttpInfo(Integer top, Integer skip, Boolean enabled) throws ApiException
top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)enabled - A Boolean for whether to filter the result set to only enabled applications. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsGetAsync(Integer top, Integer skip, Boolean enabled, ApiCallback<ApplicationList> callback) throws ApiException
top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)enabled - A Boolean for whether to filter the result set to only enabled applications. (optional)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 applicationsPostCall(File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
file - Upload File (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Integer applicationsPost(File file) throws ApiException
file - Upload File (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> applicationsPostWithHttpInfo(File file) throws ApiException
file - Upload File (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsPostAsync(File file, ApiCallback<Integer> callback) throws ApiException
file - Upload File (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 contractCodeDeleteCall(Integer contractCodeId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
contractCodeId - The id of the contract code (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void contractCodeDelete(Integer contractCodeId) throws ApiException
contractCodeId - The id of the contract code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> contractCodeDeleteWithHttpInfo(Integer contractCodeId) throws ApiException
contractCodeId - The id of the contract code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call contractCodeDeleteAsync(Integer contractCodeId, ApiCallback<Void> callback) throws ApiException
contractCodeId - The id of the contract code (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 contractCodeGetCall(Integer contractCodeId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
contractCodeId - The id of the contract code (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic FileStreamResult contractCodeGet(Integer contractCodeId) throws ApiException
contractCodeId - The id of the contract code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileStreamResult> contractCodeGetWithHttpInfo(Integer contractCodeId) throws ApiException
contractCodeId - The id of the contract code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call contractCodeGetAsync(Integer contractCodeId, ApiCallback<FileStreamResult> callback) throws ApiException
contractCodeId - The id of the contract code (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 contractCodePostCall(Integer applicationId, File file, Integer ledgerId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application (required)file - Upload File (required)ledgerId - The index of the ledger (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Integer contractCodePost(Integer applicationId, File file, Integer ledgerId) throws ApiException
applicationId - The id of the application (required)file - Upload File (required)ledgerId - The index of the ledger (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> contractCodePostWithHttpInfo(Integer applicationId, File file, Integer ledgerId) throws ApiException
applicationId - The id of the application (required)file - Upload File (required)ledgerId - The index of the ledger (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call contractCodePostAsync(Integer applicationId, File file, Integer ledgerId, ApiCallback<Integer> callback) throws ApiException
applicationId - The id of the application (required)file - Upload File (required)ledgerId - The index of the ledger (optional)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 contractCodesGetCall(Integer applicationId, Integer ledgerId, Integer top, Integer skip, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application (required)ledgerId - The index of the chain type (optional)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ContractCodeList contractCodesGet(Integer applicationId, Integer ledgerId, Integer top, Integer skip) throws ApiException
applicationId - The id of the application (required)ledgerId - The index of the chain type (optional)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ContractCodeList> contractCodesGetWithHttpInfo(Integer applicationId, Integer ledgerId, Integer top, Integer skip) throws ApiException
applicationId - The id of the application (required)ledgerId - The index of the chain type (optional)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call contractCodesGetAsync(Integer applicationId, Integer ledgerId, Integer top, Integer skip, ApiCallback<ContractCodeList> callback) throws ApiException
applicationId - The id of the application (required)ledgerId - The index of the chain type (optional)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)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 roleAssignmentDeleteCall(Integer applicationId, Integer roleAssignmentId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application (required)roleAssignmentId - The id of the role assignment (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void roleAssignmentDelete(Integer applicationId, Integer roleAssignmentId) throws ApiException
applicationId - The id of the application (required)roleAssignmentId - The id of the role assignment (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> roleAssignmentDeleteWithHttpInfo(Integer applicationId, Integer roleAssignmentId) throws ApiException
applicationId - The id of the application (required)roleAssignmentId - The id of the role assignment (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call roleAssignmentDeleteAsync(Integer applicationId, Integer roleAssignmentId, ApiCallback<Void> callback) throws ApiException
applicationId - The id of the application (required)roleAssignmentId - The id of the role assignment (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 roleAssignmentGetCall(Integer applicationId, Integer roleAssignmentId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the configuration (required)roleAssignmentId - The id of the role assignment (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RoleAssignment roleAssignmentGet(Integer applicationId, Integer roleAssignmentId) throws ApiException
applicationId - The id of the configuration (required)roleAssignmentId - The id of the role assignment (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RoleAssignment> roleAssignmentGetWithHttpInfo(Integer applicationId, Integer roleAssignmentId) throws ApiException
applicationId - The id of the configuration (required)roleAssignmentId - The id of the role assignment (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call roleAssignmentGetAsync(Integer applicationId, Integer roleAssignmentId, ApiCallback<RoleAssignment> callback) throws ApiException
applicationId - The id of the configuration (required)roleAssignmentId - The id of the role assignment (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 roleAssignmentsGetCall(Integer applicationId, Integer applicationRoleId, Integer top, Integer skip, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the configuration (required)applicationRoleId - The id of the application role (optional)top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RoleAssignmentList roleAssignmentsGet(Integer applicationId, Integer applicationRoleId, Integer top, Integer skip) throws ApiException
applicationId - The id of the configuration (required)applicationRoleId - The id of the application role (optional)top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RoleAssignmentList> roleAssignmentsGetWithHttpInfo(Integer applicationId, Integer applicationRoleId, Integer top, Integer skip) throws ApiException
applicationId - The id of the configuration (required)applicationRoleId - The id of the application role (optional)top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call roleAssignmentsGetAsync(Integer applicationId, Integer applicationRoleId, Integer top, Integer skip, ApiCallback<RoleAssignmentList> callback) throws ApiException
applicationId - The id of the configuration (required)applicationRoleId - The id of the application role (optional)top - The maximum number of entries to return in the result set. (optional)skip - The number of entries to skip in the result set. (optional)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 roleAssignmentsPostCall(Integer applicationId, RoleAssignmentInput roleAssignment, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the configuration. (required)roleAssignment - New user-to-role mapping. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Integer roleAssignmentsPost(Integer applicationId, RoleAssignmentInput roleAssignment) throws ApiException
applicationId - The id of the configuration. (required)roleAssignment - New user-to-role mapping. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> roleAssignmentsPostWithHttpInfo(Integer applicationId, RoleAssignmentInput roleAssignment) throws ApiException
applicationId - The id of the configuration. (required)roleAssignment - New user-to-role mapping. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call roleAssignmentsPostAsync(Integer applicationId, RoleAssignmentInput roleAssignment, ApiCallback<Integer> callback) throws ApiException
applicationId - The id of the configuration. (required)roleAssignment - New user-to-role mapping. (optional)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 workflowGetCall(Integer workflowId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
workflowId - The id of the workflow (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Workflow workflowGet(Integer workflowId) throws ApiException
workflowId - The id of the workflow (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Workflow> workflowGetWithHttpInfo(Integer workflowId) throws ApiException
workflowId - The id of the workflow (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call workflowGetAsync(Integer workflowId, ApiCallback<Workflow> callback) throws ApiException
workflowId - The id of the workflow (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 workflowsGetCall(Integer applicationId, Integer top, Integer skip, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - The id of the application (required)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic WorkflowList workflowsGet(Integer applicationId, Integer top, Integer skip) throws ApiException
applicationId - The id of the application (required)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<WorkflowList> workflowsGetWithHttpInfo(Integer applicationId, Integer top, Integer skip) throws ApiException
applicationId - The id of the application (required)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call workflowsGetAsync(Integer applicationId, Integer top, Integer skip, ApiCallback<WorkflowList> callback) throws ApiException
applicationId - The id of the application (required)top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)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.