public class ChangeItemsApi extends Object
Constructor and Description |
---|
ChangeItemsApi() |
ChangeItemsApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ChangeRequestDTO |
addTagsToChangeRequest(String workspaceId,
Integer requestId,
TagListDTO body)
Attach a new tag to a change request
|
com.squareup.okhttp.Call |
addTagsToChangeRequestAsync(String workspaceId,
Integer requestId,
TagListDTO body,
ApiCallback<ChangeRequestDTO> callback)
Attach a new tag to a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
addTagsToChangeRequestWithHttpInfo(String workspaceId,
Integer requestId,
TagListDTO body)
Attach a new tag to a change request
|
ChangeIssueDTO |
addTagToChangeIssue(String workspaceId,
Integer issueId,
TagListDTO body)
Attached a new tag to a change issue
|
com.squareup.okhttp.Call |
addTagToChangeIssueAsync(String workspaceId,
Integer issueId,
TagListDTO body,
ApiCallback<ChangeIssueDTO> callback)
Attached a new tag to a change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
addTagToChangeIssueWithHttpInfo(String workspaceId,
Integer issueId,
TagListDTO body)
Attached a new tag to a change issue
|
ChangeOrderDTO |
addTagToChangeOrder(String workspaceId,
Integer orderId,
TagListDTO body)
Add new tag to order
|
com.squareup.okhttp.Call |
addTagToChangeOrderAsync(String workspaceId,
Integer orderId,
TagListDTO body,
ApiCallback<ChangeOrderDTO> callback)
Add new tag to order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
addTagToChangeOrderWithHttpInfo(String workspaceId,
Integer orderId,
TagListDTO body)
Add new tag to order
|
ChangeIssueDTO |
createIssue(String workspaceId,
ChangeIssueDTO body)
Create a new change issue
|
com.squareup.okhttp.Call |
createIssueAsync(String workspaceId,
ChangeIssueDTO body,
ApiCallback<ChangeIssueDTO> callback)
Create a new change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
createIssueWithHttpInfo(String workspaceId,
ChangeIssueDTO body)
Create a new change issue
|
MilestoneDTO |
createMilestone(String workspaceId,
MilestoneDTO body)
Create a new milestone
|
com.squareup.okhttp.Call |
createMilestoneAsync(String workspaceId,
MilestoneDTO body,
ApiCallback<MilestoneDTO> callback)
Create a new milestone (asynchronously)
|
ApiResponse<MilestoneDTO> |
createMilestoneWithHttpInfo(String workspaceId,
MilestoneDTO body)
Create a new milestone
|
ChangeOrderDTO |
createOrder(String workspaceId,
ChangeOrderDTO body)
Create order
|
com.squareup.okhttp.Call |
createOrderAsync(String workspaceId,
ChangeOrderDTO body,
ApiCallback<ChangeOrderDTO> callback)
Create order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
createOrderWithHttpInfo(String workspaceId,
ChangeOrderDTO body)
Create order
|
ChangeRequestDTO |
createRequest(String workspaceId,
ChangeRequestDTO body)
Create request
|
com.squareup.okhttp.Call |
createRequestAsync(String workspaceId,
ChangeRequestDTO body,
ApiCallback<ChangeRequestDTO> callback)
Create request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
createRequestWithHttpInfo(String workspaceId,
ChangeRequestDTO body)
Create request
|
ApiClient |
getApiClient() |
ChangeIssueDTO |
getIssue(String workspaceId,
Integer issueId)
Get change issue with given id
|
com.squareup.okhttp.Call |
getIssueAsync(String workspaceId,
Integer issueId,
ApiCallback<ChangeIssueDTO> callback)
Get change issue with given id (asynchronously)
|
List<ChangeIssueDTO> |
getIssues(String workspaceId)
Get change issues for given parameters
|
com.squareup.okhttp.Call |
getIssuesAsync(String workspaceId,
ApiCallback<List<ChangeIssueDTO>> callback)
Get change issues for given parameters (asynchronously)
|
ApiResponse<List<ChangeIssueDTO>> |
getIssuesWithHttpInfo(String workspaceId)
Get change issues for given parameters
|
ApiResponse<ChangeIssueDTO> |
getIssueWithHttpInfo(String workspaceId,
Integer issueId)
Get change issue with given id
|
MilestoneDTO |
getMilestone(String workspaceId,
Integer milestoneId)
Get a milestone by id
|
com.squareup.okhttp.Call |
getMilestoneAsync(String workspaceId,
Integer milestoneId,
ApiCallback<MilestoneDTO> callback)
Get a milestone by id (asynchronously)
|
List<MilestoneDTO> |
getMilestones(String workspaceId)
Get milestones for given parameters
|
com.squareup.okhttp.Call |
getMilestonesAsync(String workspaceId,
ApiCallback<List<MilestoneDTO>> callback)
Get milestones for given parameters (asynchronously)
|
ApiResponse<List<MilestoneDTO>> |
getMilestonesWithHttpInfo(String workspaceId)
Get milestones for given parameters
|
ApiResponse<MilestoneDTO> |
getMilestoneWithHttpInfo(String workspaceId,
Integer milestoneId)
Get a milestone by id
|
ChangeOrderDTO |
getOrder(String workspaceId,
Integer orderId)
Get order
|
com.squareup.okhttp.Call |
getOrderAsync(String workspaceId,
Integer orderId,
ApiCallback<ChangeOrderDTO> callback)
Get order (asynchronously)
|
List<ChangeOrderDTO> |
getOrders(String workspaceId)
Get orders for given parameters
|
com.squareup.okhttp.Call |
getOrdersAsync(String workspaceId,
ApiCallback<List<ChangeOrderDTO>> callback)
Get orders for given parameters (asynchronously)
|
List<ChangeOrderDTO> |
getOrdersByMilestone(String workspaceId,
Integer milestoneId)
Get change orders for a given milestone
|
com.squareup.okhttp.Call |
getOrdersByMilestoneAsync(String workspaceId,
Integer milestoneId,
ApiCallback<List<ChangeOrderDTO>> callback)
Get change orders for a given milestone (asynchronously)
|
ApiResponse<List<ChangeOrderDTO>> |
getOrdersByMilestoneWithHttpInfo(String workspaceId,
Integer milestoneId)
Get change orders for a given milestone
|
ApiResponse<List<ChangeOrderDTO>> |
getOrdersWithHttpInfo(String workspaceId)
Get orders for given parameters
|
ApiResponse<ChangeOrderDTO> |
getOrderWithHttpInfo(String workspaceId,
Integer orderId)
Get order
|
ChangeRequestDTO |
getRequest(String workspaceId,
Integer requestId)
Get change request by id
|
com.squareup.okhttp.Call |
getRequestAsync(String workspaceId,
Integer requestId,
ApiCallback<ChangeRequestDTO> callback)
Get change request by id (asynchronously)
|
List<ChangeRequestDTO> |
getRequests(String workspaceId)
Get requests for given parameters
|
com.squareup.okhttp.Call |
getRequestsAsync(String workspaceId,
ApiCallback<List<ChangeRequestDTO>> callback)
Get requests for given parameters (asynchronously)
|
List<ChangeRequestDTO> |
getRequestsByMilestone(String workspaceId,
Integer milestoneId)
Get change requests for a given milestone
|
com.squareup.okhttp.Call |
getRequestsByMilestoneAsync(String workspaceId,
Integer milestoneId,
ApiCallback<List<ChangeRequestDTO>> callback)
Get change requests for a given milestone (asynchronously)
|
ApiResponse<List<ChangeRequestDTO>> |
getRequestsByMilestoneWithHttpInfo(String workspaceId,
Integer milestoneId)
Get change requests for a given milestone
|
ApiResponse<List<ChangeRequestDTO>> |
getRequestsWithHttpInfo(String workspaceId)
Get requests for given parameters
|
ApiResponse<ChangeRequestDTO> |
getRequestWithHttpInfo(String workspaceId,
Integer requestId)
Get change request by id
|
ChangeIssueDTO |
removeIssue(String workspaceId,
Integer issueId)
Delete change issue
|
com.squareup.okhttp.Call |
removeIssueAsync(String workspaceId,
Integer issueId,
ApiCallback<ChangeIssueDTO> callback)
Delete change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
removeIssueWithHttpInfo(String workspaceId,
Integer issueId)
Delete change issue
|
void |
removeMilestone(String workspaceId,
Integer milestoneId)
Delete milestone
|
com.squareup.okhttp.Call |
removeMilestoneAsync(String workspaceId,
Integer milestoneId,
ApiCallback<Void> callback)
Delete milestone (asynchronously)
|
ApiResponse<Void> |
removeMilestoneWithHttpInfo(String workspaceId,
Integer milestoneId)
Delete milestone
|
void |
removeOrder(String workspaceId,
Integer orderId)
Delete order
|
com.squareup.okhttp.Call |
removeOrderAsync(String workspaceId,
Integer orderId,
ApiCallback<Void> callback)
Delete order (asynchronously)
|
ApiResponse<Void> |
removeOrderWithHttpInfo(String workspaceId,
Integer orderId)
Delete order
|
ChangeRequestDTO |
removeRequest(String workspaceId,
Integer requestId)
Delete change request
|
com.squareup.okhttp.Call |
removeRequestAsync(String workspaceId,
Integer requestId,
ApiCallback<ChangeRequestDTO> callback)
Delete change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
removeRequestWithHttpInfo(String workspaceId,
Integer requestId)
Delete change request
|
ChangeRequestDTO |
removeTagFromChangeRequest(String workspaceId,
Integer requestId,
String tagName)
Delete tag attached to a change request
|
com.squareup.okhttp.Call |
removeTagFromChangeRequestAsync(String workspaceId,
Integer requestId,
String tagName,
ApiCallback<ChangeRequestDTO> callback)
Delete tag attached to a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
removeTagFromChangeRequestWithHttpInfo(String workspaceId,
Integer requestId,
String tagName)
Delete tag attached to a change request
|
ChangeIssueDTO |
removeTagsFromChangeIssue(String workspaceId,
Integer issueId,
String tagName)
Delete a tag attached to a change issue
|
com.squareup.okhttp.Call |
removeTagsFromChangeIssueAsync(String workspaceId,
Integer issueId,
String tagName,
ApiCallback<ChangeIssueDTO> callback)
Delete a tag attached to a change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
removeTagsFromChangeIssueWithHttpInfo(String workspaceId,
Integer issueId,
String tagName)
Delete a tag attached to a change issue
|
ChangeOrderDTO |
removeTagsFromChangeOrder(String workspaceId,
Integer orderId,
String tagName)
Delete tag attached to order
|
com.squareup.okhttp.Call |
removeTagsFromChangeOrderAsync(String workspaceId,
Integer orderId,
String tagName,
ApiCallback<ChangeOrderDTO> callback)
Delete tag attached to order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
removeTagsFromChangeOrderWithHttpInfo(String workspaceId,
Integer orderId,
String tagName)
Delete tag attached to order
|
ChangeRequestDTO |
saveAffectedIssues(String workspaceId,
Integer requestId,
ChangeIssueListDTO body)
Attach issue to a change request
|
com.squareup.okhttp.Call |
saveAffectedIssuesAsync(String workspaceId,
Integer requestId,
ChangeIssueListDTO body,
ApiCallback<ChangeRequestDTO> callback)
Attach issue to a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
saveAffectedIssuesWithHttpInfo(String workspaceId,
Integer requestId,
ChangeIssueListDTO body)
Attach issue to a change request
|
ChangeOrderDTO |
saveAffectedRequests(String workspaceId,
Integer orderId,
ChangeRequestListDTO body)
Attach request to order
|
com.squareup.okhttp.Call |
saveAffectedRequestsAsync(String workspaceId,
Integer orderId,
ChangeRequestListDTO body,
ApiCallback<ChangeOrderDTO> callback)
Attach request to order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
saveAffectedRequestsWithHttpInfo(String workspaceId,
Integer orderId,
ChangeRequestListDTO body)
Attach request to order
|
ChangeIssueDTO |
saveChangeIssueAffectedDocuments(String workspaceId,
Integer issueId,
DocumentIterationListDTO body)
Attach a document to a change issue
|
com.squareup.okhttp.Call |
saveChangeIssueAffectedDocumentsAsync(String workspaceId,
Integer issueId,
DocumentIterationListDTO body,
ApiCallback<ChangeIssueDTO> callback)
Attach a document to a change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
saveChangeIssueAffectedDocumentsWithHttpInfo(String workspaceId,
Integer issueId,
DocumentIterationListDTO body)
Attach a document to a change issue
|
ChangeIssueDTO |
saveChangeIssueAffectedParts(String workspaceId,
Integer issueId,
PartIterationListDTO body)
Attach a part to a change issue
|
com.squareup.okhttp.Call |
saveChangeIssueAffectedPartsAsync(String workspaceId,
Integer issueId,
PartIterationListDTO body,
ApiCallback<ChangeIssueDTO> callback)
Attach a part to a change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
saveChangeIssueAffectedPartsWithHttpInfo(String workspaceId,
Integer issueId,
PartIterationListDTO body)
Attach a part to a change issue
|
ChangeIssueDTO |
saveChangeItemTags(String workspaceId,
Integer issueId,
TagListDTO body)
Update tags attached to a change issue
|
com.squareup.okhttp.Call |
saveChangeItemTagsAsync(String workspaceId,
Integer issueId,
TagListDTO body,
ApiCallback<ChangeIssueDTO> callback)
Update tags attached to a change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
saveChangeItemTagsWithHttpInfo(String workspaceId,
Integer issueId,
TagListDTO body)
Update tags attached to a change issue
|
ChangeOrderDTO |
saveChangeOrderAffectedDocuments(String workspaceId,
Integer orderId,
DocumentIterationListDTO body)
Attach document to order
|
com.squareup.okhttp.Call |
saveChangeOrderAffectedDocumentsAsync(String workspaceId,
Integer orderId,
DocumentIterationListDTO body,
ApiCallback<ChangeOrderDTO> callback)
Attach document to order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
saveChangeOrderAffectedDocumentsWithHttpInfo(String workspaceId,
Integer orderId,
DocumentIterationListDTO body)
Attach document to order
|
ChangeOrderDTO |
saveChangeOrderAffectedParts(String workspaceId,
Integer orderId,
PartIterationListDTO body)
Attach part to order
|
com.squareup.okhttp.Call |
saveChangeOrderAffectedPartsAsync(String workspaceId,
Integer orderId,
PartIterationListDTO body,
ApiCallback<ChangeOrderDTO> callback)
Attach part to order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
saveChangeOrderAffectedPartsWithHttpInfo(String workspaceId,
Integer orderId,
PartIterationListDTO body)
Attach part to order
|
ChangeOrderDTO |
saveChangeOrderTags(String workspaceId,
Integer orderId,
TagListDTO body)
Update tag attached to order
|
com.squareup.okhttp.Call |
saveChangeOrderTagsAsync(String workspaceId,
Integer orderId,
TagListDTO body,
ApiCallback<ChangeOrderDTO> callback)
Update tag attached to order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
saveChangeOrderTagsWithHttpInfo(String workspaceId,
Integer orderId,
TagListDTO body)
Update tag attached to order
|
ChangeRequestDTO |
saveChangeRequestAffectedDocuments(String workspaceId,
Integer requestId,
DocumentIterationListDTO body)
Attach document to a change request
|
com.squareup.okhttp.Call |
saveChangeRequestAffectedDocumentsAsync(String workspaceId,
Integer requestId,
DocumentIterationListDTO body,
ApiCallback<ChangeRequestDTO> callback)
Attach document to a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
saveChangeRequestAffectedDocumentsWithHttpInfo(String workspaceId,
Integer requestId,
DocumentIterationListDTO body)
Attach document to a change request
|
ChangeRequestDTO |
saveChangeRequestAffectedParts(String workspaceId,
Integer requestId,
PartIterationListDTO body)
Attach part to a change request
|
com.squareup.okhttp.Call |
saveChangeRequestAffectedPartsAsync(String workspaceId,
Integer requestId,
PartIterationListDTO body,
ApiCallback<ChangeRequestDTO> callback)
Attach part to a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
saveChangeRequestAffectedPartsWithHttpInfo(String workspaceId,
Integer requestId,
PartIterationListDTO body)
Attach part to a change request
|
ChangeRequestDTO |
saveChangeRequestTags(String workspaceId,
Integer requestId,
TagListDTO body)
Update tag attached to a change request
|
com.squareup.okhttp.Call |
saveChangeRequestTagsAsync(String workspaceId,
Integer requestId,
TagListDTO body,
ApiCallback<ChangeRequestDTO> callback)
Update tag attached to a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
saveChangeRequestTagsWithHttpInfo(String workspaceId,
Integer requestId,
TagListDTO body)
Update tag attached to a change request
|
List<ChangeIssueDTO> |
searchIssuesByName(String workspaceId,
String q)
Search change issue with given name
|
com.squareup.okhttp.Call |
searchIssuesByNameAsync(String workspaceId,
String q,
ApiCallback<List<ChangeIssueDTO>> callback)
Search change issue with given name (asynchronously)
|
ApiResponse<List<ChangeIssueDTO>> |
searchIssuesByNameWithHttpInfo(String workspaceId,
String q)
Search change issue with given name
|
List<ChangeRequestDTO> |
searchRequestsByName(String workspaceId,
String q)
Search request with given name
|
com.squareup.okhttp.Call |
searchRequestsByNameAsync(String workspaceId,
String q,
ApiCallback<List<ChangeRequestDTO>> callback)
Search request with given name (asynchronously)
|
ApiResponse<List<ChangeRequestDTO>> |
searchRequestsByNameWithHttpInfo(String workspaceId,
String q)
Search request with given name
|
void |
setApiClient(ApiClient apiClient) |
ChangeIssueDTO |
updateChangeIssueACL(String workspaceId,
Integer issueId,
ACLDTO body)
Update ACL of a change issue
|
com.squareup.okhttp.Call |
updateChangeIssueACLAsync(String workspaceId,
Integer issueId,
ACLDTO body,
ApiCallback<ChangeIssueDTO> callback)
Update ACL of a change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
updateChangeIssueACLWithHttpInfo(String workspaceId,
Integer issueId,
ACLDTO body)
Update ACL of a change issue
|
ChangeOrderDTO |
updateChangeOrderACL(String workspaceId,
Integer orderId,
ACLDTO body)
Update ACL of the order
|
com.squareup.okhttp.Call |
updateChangeOrderACLAsync(String workspaceId,
Integer orderId,
ACLDTO body,
ApiCallback<ChangeOrderDTO> callback)
Update ACL of the order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
updateChangeOrderACLWithHttpInfo(String workspaceId,
Integer orderId,
ACLDTO body)
Update ACL of the order
|
ChangeRequestDTO |
updateChangeRequestACL(String workspaceId,
Integer requestId,
ACLDTO body)
Update ACL of a change request
|
com.squareup.okhttp.Call |
updateChangeRequestACLAsync(String workspaceId,
Integer requestId,
ACLDTO body,
ApiCallback<ChangeRequestDTO> callback)
Update ACL of a change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
updateChangeRequestACLWithHttpInfo(String workspaceId,
Integer requestId,
ACLDTO body)
Update ACL of a change request
|
ChangeIssueDTO |
updateIssue(String workspaceId,
Integer issueId,
ChangeIssueDTO body)
Update change issue
|
com.squareup.okhttp.Call |
updateIssueAsync(String workspaceId,
Integer issueId,
ChangeIssueDTO body,
ApiCallback<ChangeIssueDTO> callback)
Update change issue (asynchronously)
|
ApiResponse<ChangeIssueDTO> |
updateIssueWithHttpInfo(String workspaceId,
Integer issueId,
ChangeIssueDTO body)
Update change issue
|
MilestoneDTO |
updateMilestone(String workspaceId,
Integer milestoneId,
MilestoneDTO body)
Update milestone
|
void |
updateMilestoneACL(String workspaceId,
Integer milestoneId,
ACLDTO body)
Update ACL of a milestone
|
com.squareup.okhttp.Call |
updateMilestoneACLAsync(String workspaceId,
Integer milestoneId,
ACLDTO body,
ApiCallback<Void> callback)
Update ACL of a milestone (asynchronously)
|
ApiResponse<Void> |
updateMilestoneACLWithHttpInfo(String workspaceId,
Integer milestoneId,
ACLDTO body)
Update ACL of a milestone
|
com.squareup.okhttp.Call |
updateMilestoneAsync(String workspaceId,
Integer milestoneId,
MilestoneDTO body,
ApiCallback<MilestoneDTO> callback)
Update milestone (asynchronously)
|
ApiResponse<MilestoneDTO> |
updateMilestoneWithHttpInfo(String workspaceId,
Integer milestoneId,
MilestoneDTO body)
Update milestone
|
ChangeOrderDTO |
updateOrder(String workspaceId,
Integer orderId,
ChangeOrderDTO body)
Update order
|
com.squareup.okhttp.Call |
updateOrderAsync(String workspaceId,
Integer orderId,
ChangeOrderDTO body,
ApiCallback<ChangeOrderDTO> callback)
Update order (asynchronously)
|
ApiResponse<ChangeOrderDTO> |
updateOrderWithHttpInfo(String workspaceId,
Integer orderId,
ChangeOrderDTO body)
Update order
|
ChangeRequestDTO |
updateRequest(String workspaceId,
Integer requestId,
ChangeRequestDTO body)
Update change request
|
com.squareup.okhttp.Call |
updateRequestAsync(String workspaceId,
Integer requestId,
ChangeRequestDTO body,
ApiCallback<ChangeRequestDTO> callback)
Update change request (asynchronously)
|
ApiResponse<ChangeRequestDTO> |
updateRequestWithHttpInfo(String workspaceId,
Integer requestId,
ChangeRequestDTO body)
Update change request
|
public ChangeItemsApi()
public ChangeItemsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<ChangeIssueDTO> getIssues(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<ChangeIssueDTO>> getIssuesWithHttpInfo(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 getIssuesAsync(String workspaceId, ApiCallback<List<ChangeIssueDTO>> 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 ChangeIssueDTO createIssue(String workspaceId, ChangeIssueDTO body) throws ApiException
workspaceId
- Workspace idbody
- Change issue to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> createIssueWithHttpInfo(String workspaceId, ChangeIssueDTO body) throws ApiException
workspaceId
- Workspace idbody
- Change issue to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createIssueAsync(String workspaceId, ChangeIssueDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idbody
- Change issue 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 List<ChangeIssueDTO> searchIssuesByName(String workspaceId, String q) throws ApiException
workspaceId
- Workspace idq
- QueryApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ChangeIssueDTO>> searchIssuesByNameWithHttpInfo(String workspaceId, String q) throws ApiException
workspaceId
- Workspace idq
- QueryApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call searchIssuesByNameAsync(String workspaceId, String q, ApiCallback<List<ChangeIssueDTO>> callback) throws ApiException
workspaceId
- Workspace idq
- Querycallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeIssueDTO getIssue(String workspaceId, Integer issueId) throws ApiException
workspaceId
- Workspace idissueId
- Issue idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> getIssueWithHttpInfo(String workspaceId, Integer issueId) throws ApiException
workspaceId
- Workspace idissueId
- Issue idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getIssueAsync(String workspaceId, Integer issueId, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue 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 ChangeIssueDTO updateIssue(String workspaceId, Integer issueId, ChangeIssueDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Change issue to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> updateIssueWithHttpInfo(String workspaceId, Integer issueId, ChangeIssueDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Change issue to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateIssueAsync(String workspaceId, Integer issueId, ChangeIssueDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Change issue 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 ChangeIssueDTO removeIssue(String workspaceId, Integer issueId) throws ApiException
workspaceId
- Workspace idissueId
- Issue idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> removeIssueWithHttpInfo(String workspaceId, Integer issueId) throws ApiException
workspaceId
- Workspace idissueId
- Issue idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeIssueAsync(String workspaceId, Integer issueId, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue 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 ChangeIssueDTO updateChangeIssueACL(String workspaceId, Integer issueId, ACLDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> updateChangeIssueACLWithHttpInfo(String workspaceId, Integer issueId, ACLDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateChangeIssueACLAsync(String workspaceId, Integer issueId, ACLDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- ACL rules to setcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeIssueDTO saveChangeIssueAffectedDocuments(String workspaceId, Integer issueId, DocumentIterationListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Document list to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> saveChangeIssueAffectedDocumentsWithHttpInfo(String workspaceId, Integer issueId, DocumentIterationListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Document list to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeIssueAffectedDocumentsAsync(String workspaceId, Integer issueId, DocumentIterationListDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Document list to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeIssueDTO saveChangeIssueAffectedParts(String workspaceId, Integer issueId, PartIterationListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Part list to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> saveChangeIssueAffectedPartsWithHttpInfo(String workspaceId, Integer issueId, PartIterationListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Part list to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeIssueAffectedPartsAsync(String workspaceId, Integer issueId, PartIterationListDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Part list to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeIssueDTO saveChangeItemTags(String workspaceId, Integer issueId, TagListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> saveChangeItemTagsWithHttpInfo(String workspaceId, Integer issueId, TagListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeItemTagsAsync(String workspaceId, Integer issueId, TagListDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Tag list to addcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeIssueDTO addTagToChangeIssue(String workspaceId, Integer issueId, TagListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> addTagToChangeIssueWithHttpInfo(String workspaceId, Integer issueId, TagListDTO body) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addTagToChangeIssueAsync(String workspaceId, Integer issueId, TagListDTO body, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idbody
- Tag list to addcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeIssueDTO removeTagsFromChangeIssue(String workspaceId, Integer issueId, String tagName) throws ApiException
workspaceId
- Workspace idissueId
- Issue idtagName
- Tag nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeIssueDTO> removeTagsFromChangeIssueWithHttpInfo(String workspaceId, Integer issueId, String tagName) throws ApiException
workspaceId
- Workspace idissueId
- Issue idtagName
- Tag nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeTagsFromChangeIssueAsync(String workspaceId, Integer issueId, String tagName, ApiCallback<ChangeIssueDTO> callback) throws ApiException
workspaceId
- Workspace idissueId
- Issue idtagName
- Tag 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 List<MilestoneDTO> getMilestones(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<MilestoneDTO>> getMilestonesWithHttpInfo(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 getMilestonesAsync(String workspaceId, ApiCallback<List<MilestoneDTO>> 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 MilestoneDTO createMilestone(String workspaceId, MilestoneDTO body) throws ApiException
workspaceId
- Workspace idbody
- Milestone to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MilestoneDTO> createMilestoneWithHttpInfo(String workspaceId, MilestoneDTO body) throws ApiException
workspaceId
- Workspace idbody
- Milestone to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createMilestoneAsync(String workspaceId, MilestoneDTO body, ApiCallback<MilestoneDTO> callback) throws ApiException
workspaceId
- Workspace idbody
- Milestone 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 MilestoneDTO getMilestone(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MilestoneDTO> getMilestoneWithHttpInfo(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getMilestoneAsync(String workspaceId, Integer milestoneId, ApiCallback<MilestoneDTO> callback) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone 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 MilestoneDTO updateMilestone(String workspaceId, Integer milestoneId, MilestoneDTO body) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idbody
- Milestone to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MilestoneDTO> updateMilestoneWithHttpInfo(String workspaceId, Integer milestoneId, MilestoneDTO body) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idbody
- Milestone to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateMilestoneAsync(String workspaceId, Integer milestoneId, MilestoneDTO body, ApiCallback<MilestoneDTO> callback) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idbody
- Milestone 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 removeMilestone(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> removeMilestoneWithHttpInfo(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeMilestoneAsync(String workspaceId, Integer milestoneId, ApiCallback<Void> callback) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone 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 void updateMilestoneACL(String workspaceId, Integer milestoneId, ACLDTO body) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateMilestoneACLWithHttpInfo(String workspaceId, Integer milestoneId, ACLDTO body) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateMilestoneACLAsync(String workspaceId, Integer milestoneId, ACLDTO body, ApiCallback<Void> callback) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idbody
- ACL rules to setcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic List<ChangeOrderDTO> getOrdersByMilestone(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ChangeOrderDTO>> getOrdersByMilestoneWithHttpInfo(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrdersByMilestoneAsync(String workspaceId, Integer milestoneId, ApiCallback<List<ChangeOrderDTO>> callback) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone 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 List<ChangeRequestDTO> getRequestsByMilestone(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ChangeRequestDTO>> getRequestsByMilestoneWithHttpInfo(String workspaceId, Integer milestoneId) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRequestsByMilestoneAsync(String workspaceId, Integer milestoneId, ApiCallback<List<ChangeRequestDTO>> callback) throws ApiException
workspaceId
- Workspace idmilestoneId
- Milestone 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 List<ChangeOrderDTO> getOrders(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<ChangeOrderDTO>> getOrdersWithHttpInfo(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 getOrdersAsync(String workspaceId, ApiCallback<List<ChangeOrderDTO>> 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 ChangeOrderDTO createOrder(String workspaceId, ChangeOrderDTO body) throws ApiException
workspaceId
- Workspace idbody
- Change order to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> createOrderWithHttpInfo(String workspaceId, ChangeOrderDTO body) throws ApiException
workspaceId
- Workspace idbody
- Change order to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createOrderAsync(String workspaceId, ChangeOrderDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idbody
- Change order 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 ChangeOrderDTO getOrder(String workspaceId, Integer orderId) throws ApiException
workspaceId
- Workspace idorderId
- Order idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> getOrderWithHttpInfo(String workspaceId, Integer orderId) throws ApiException
workspaceId
- Workspace idorderId
- Order idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrderAsync(String workspaceId, Integer orderId, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order 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 ChangeOrderDTO updateOrder(String workspaceId, Integer orderId, ChangeOrderDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Change order to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> updateOrderWithHttpInfo(String workspaceId, Integer orderId, ChangeOrderDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Change order to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateOrderAsync(String workspaceId, Integer orderId, ChangeOrderDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Change order 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 removeOrder(String workspaceId, Integer orderId) throws ApiException
workspaceId
- Workspace idorderId
- Order idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> removeOrderWithHttpInfo(String workspaceId, Integer orderId) throws ApiException
workspaceId
- Workspace idorderId
- Order idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeOrderAsync(String workspaceId, Integer orderId, ApiCallback<Void> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order 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 ChangeOrderDTO updateChangeOrderACL(String workspaceId, Integer orderId, ACLDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> updateChangeOrderACLWithHttpInfo(String workspaceId, Integer orderId, ACLDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateChangeOrderACLAsync(String workspaceId, Integer orderId, ACLDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- ACL rules to setcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeOrderDTO saveChangeOrderAffectedDocuments(String workspaceId, Integer orderId, DocumentIterationListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Documents to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> saveChangeOrderAffectedDocumentsWithHttpInfo(String workspaceId, Integer orderId, DocumentIterationListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Documents to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeOrderAffectedDocumentsAsync(String workspaceId, Integer orderId, DocumentIterationListDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Documents to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeOrderDTO saveChangeOrderAffectedParts(String workspaceId, Integer orderId, PartIterationListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Parts to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> saveChangeOrderAffectedPartsWithHttpInfo(String workspaceId, Integer orderId, PartIterationListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Parts to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeOrderAffectedPartsAsync(String workspaceId, Integer orderId, PartIterationListDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Parts to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeOrderDTO saveAffectedRequests(String workspaceId, Integer orderId, ChangeRequestListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Change requests to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> saveAffectedRequestsWithHttpInfo(String workspaceId, Integer orderId, ChangeRequestListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Change requests to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveAffectedRequestsAsync(String workspaceId, Integer orderId, ChangeRequestListDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Change requests to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeOrderDTO saveChangeOrderTags(String workspaceId, Integer orderId, TagListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> saveChangeOrderTagsWithHttpInfo(String workspaceId, Integer orderId, TagListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeOrderTagsAsync(String workspaceId, Integer orderId, TagListDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Tag list to addcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeOrderDTO addTagToChangeOrder(String workspaceId, Integer orderId, TagListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> addTagToChangeOrderWithHttpInfo(String workspaceId, Integer orderId, TagListDTO body) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addTagToChangeOrderAsync(String workspaceId, Integer orderId, TagListDTO body, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idbody
- Tag list to addcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeOrderDTO removeTagsFromChangeOrder(String workspaceId, Integer orderId, String tagName) throws ApiException
workspaceId
- Workspace idorderId
- Order idtagName
- Tag nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeOrderDTO> removeTagsFromChangeOrderWithHttpInfo(String workspaceId, Integer orderId, String tagName) throws ApiException
workspaceId
- Workspace idorderId
- Order idtagName
- Tag nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeTagsFromChangeOrderAsync(String workspaceId, Integer orderId, String tagName, ApiCallback<ChangeOrderDTO> callback) throws ApiException
workspaceId
- Workspace idorderId
- Order idtagName
- Tag 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 List<ChangeRequestDTO> getRequests(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<ChangeRequestDTO>> getRequestsWithHttpInfo(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 getRequestsAsync(String workspaceId, ApiCallback<List<ChangeRequestDTO>> 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 ChangeRequestDTO createRequest(String workspaceId, ChangeRequestDTO body) throws ApiException
workspaceId
- Workspace idbody
- Change request to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> createRequestWithHttpInfo(String workspaceId, ChangeRequestDTO body) throws ApiException
workspaceId
- Workspace idbody
- Change request to createApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createRequestAsync(String workspaceId, ChangeRequestDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idbody
- Change request 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 List<ChangeRequestDTO> searchRequestsByName(String workspaceId, String q) throws ApiException
workspaceId
- Workspace idq
- QueryApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ChangeRequestDTO>> searchRequestsByNameWithHttpInfo(String workspaceId, String q) throws ApiException
workspaceId
- Workspace idq
- QueryApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call searchRequestsByNameAsync(String workspaceId, String q, ApiCallback<List<ChangeRequestDTO>> callback) throws ApiException
workspaceId
- Workspace idq
- Querycallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO getRequest(String workspaceId, Integer requestId) throws ApiException
workspaceId
- Workspace idrequestId
- Request idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> getRequestWithHttpInfo(String workspaceId, Integer requestId) throws ApiException
workspaceId
- Workspace idrequestId
- Request idApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRequestAsync(String workspaceId, Integer requestId, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request 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 ChangeRequestDTO updateRequest(String workspaceId, Integer requestId, ChangeRequestDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Request to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> updateRequestWithHttpInfo(String workspaceId, Integer requestId, ChangeRequestDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Request to updateApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateRequestAsync(String workspaceId, Integer requestId, ChangeRequestDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Request 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 ChangeRequestDTO removeRequest(String workspaceId, Integer requestId) throws ApiException
workspaceId
- requestId
- ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> removeRequestWithHttpInfo(String workspaceId, Integer requestId) throws ApiException
workspaceId
- requestId
- ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeRequestAsync(String workspaceId, Integer requestId, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- requestId
- 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 ChangeRequestDTO updateChangeRequestACL(String workspaceId, Integer requestId, ACLDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> updateChangeRequestACLWithHttpInfo(String workspaceId, Integer requestId, ACLDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- ACL rules to setApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateChangeRequestACLAsync(String workspaceId, Integer requestId, ACLDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- ACL rules to setcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO saveChangeRequestAffectedDocuments(String workspaceId, Integer requestId, DocumentIterationListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Document list to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> saveChangeRequestAffectedDocumentsWithHttpInfo(String workspaceId, Integer requestId, DocumentIterationListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Document list to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeRequestAffectedDocumentsAsync(String workspaceId, Integer requestId, DocumentIterationListDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Document list to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO saveAffectedIssues(String workspaceId, Integer requestId, ChangeIssueListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Change issues to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> saveAffectedIssuesWithHttpInfo(String workspaceId, Integer requestId, ChangeIssueListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Change issues to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveAffectedIssuesAsync(String workspaceId, Integer requestId, ChangeIssueListDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Change issues to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO saveChangeRequestAffectedParts(String workspaceId, Integer requestId, PartIterationListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Parts to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> saveChangeRequestAffectedPartsWithHttpInfo(String workspaceId, Integer requestId, PartIterationListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Parts to save as affectedApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeRequestAffectedPartsAsync(String workspaceId, Integer requestId, PartIterationListDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Parts to save as affectedcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO saveChangeRequestTags(String workspaceId, Integer requestId, TagListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> saveChangeRequestTagsWithHttpInfo(String workspaceId, Integer requestId, TagListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveChangeRequestTagsAsync(String workspaceId, Integer requestId, TagListDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Tag list to addcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO addTagsToChangeRequest(String workspaceId, Integer requestId, TagListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> addTagsToChangeRequestWithHttpInfo(String workspaceId, Integer requestId, TagListDTO body) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Tag list to addApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addTagsToChangeRequestAsync(String workspaceId, Integer requestId, TagListDTO body, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idbody
- Tag list to addcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ChangeRequestDTO removeTagFromChangeRequest(String workspaceId, Integer requestId, String tagName) throws ApiException
workspaceId
- Workspace idrequestId
- Request idtagName
- Tag to removeApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ChangeRequestDTO> removeTagFromChangeRequestWithHttpInfo(String workspaceId, Integer requestId, String tagName) throws ApiException
workspaceId
- Workspace idrequestId
- Request idtagName
- Tag to removeApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeTagFromChangeRequestAsync(String workspaceId, Integer requestId, String tagName, ApiCallback<ChangeRequestDTO> callback) throws ApiException
workspaceId
- Workspace idrequestId
- Request idtagName
- Tag to removecallback
- 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.