Package com.w3asel.inventree.api
Class SelectionApi
java.lang.Object
com.w3asel.inventree.api.SelectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintselectionCreate(SelectionList selectionList) List view for SelectionList objects.okhttp3.CallselectionCreateAsync(SelectionList selectionList, ApiCallback<SelectionList> _callback) (asynchronously) List view for SelectionList objects.okhttp3.CallselectionCreateCall(SelectionList selectionList, ApiCallback _callback) Build call for selectionCreateselectionCreateWithHttpInfo(SelectionList selectionList) List view for SelectionList objects.voidDetail view for a SelectionList object.okhttp3.CallselectionDestroyAsync(Integer id, ApiCallback<Void> _callback) (asynchronously) Detail view for a SelectionList object.okhttp3.CallselectionDestroyCall(Integer id, ApiCallback _callback) Build call for selectionDestroyDetail view for a SelectionList object.selectionEntryCreate(Integer id, SelectionEntry selectionEntry) List view for SelectionEntry objects.okhttp3.CallselectionEntryCreateAsync(Integer id, SelectionEntry selectionEntry, ApiCallback<SelectionEntry> _callback) (asynchronously) List view for SelectionEntry objects.okhttp3.CallselectionEntryCreateCall(Integer id, SelectionEntry selectionEntry, ApiCallback _callback) Build call for selectionEntryCreateselectionEntryCreateWithHttpInfo(Integer id, SelectionEntry selectionEntry) List view for SelectionEntry objects.voidselectionEntryDestroy(Integer entrypk, Integer id) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryDestroyAsync(Integer entrypk, Integer id, ApiCallback<Void> _callback) (asynchronously) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryDestroyCall(Integer entrypk, Integer id, ApiCallback _callback) Build call for selectionEntryDestroyselectionEntryDestroyWithHttpInfo(Integer entrypk, Integer id) Detail view for a SelectionEntry object.selectionEntryList(Integer id, Integer limit, Integer offset) List view for SelectionEntry objects.okhttp3.CallselectionEntryListAsync(Integer id, Integer limit, Integer offset, ApiCallback<PaginatedSelectionEntryList> _callback) (asynchronously) List view for SelectionEntry objects.okhttp3.CallselectionEntryListCall(Integer id, Integer limit, Integer offset, ApiCallback _callback) Build call for selectionEntryListselectionEntryListWithHttpInfo(Integer id, Integer limit, Integer offset) List view for SelectionEntry objects.selectionEntryPartialUpdate(Integer entrypk, Integer id, PatchedSelectionEntry patchedSelectionEntry) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryPartialUpdateAsync(Integer entrypk, Integer id, PatchedSelectionEntry patchedSelectionEntry, ApiCallback<SelectionEntry> _callback) (asynchronously) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryPartialUpdateCall(Integer entrypk, Integer id, PatchedSelectionEntry patchedSelectionEntry, ApiCallback _callback) Build call for selectionEntryPartialUpdateselectionEntryPartialUpdateWithHttpInfo(Integer entrypk, Integer id, PatchedSelectionEntry patchedSelectionEntry) Detail view for a SelectionEntry object.selectionEntryRetrieve(Integer entrypk, Integer id) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryRetrieveAsync(Integer entrypk, Integer id, ApiCallback<SelectionEntry> _callback) (asynchronously) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryRetrieveCall(Integer entrypk, Integer id, ApiCallback _callback) Build call for selectionEntryRetrieveselectionEntryRetrieveWithHttpInfo(Integer entrypk, Integer id) Detail view for a SelectionEntry object.selectionEntryUpdate(Integer entrypk, Integer id, SelectionEntry selectionEntry) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryUpdateAsync(Integer entrypk, Integer id, SelectionEntry selectionEntry, ApiCallback<SelectionEntry> _callback) (asynchronously) Detail view for a SelectionEntry object.okhttp3.CallselectionEntryUpdateCall(Integer entrypk, Integer id, SelectionEntry selectionEntry, ApiCallback _callback) Build call for selectionEntryUpdateselectionEntryUpdateWithHttpInfo(Integer entrypk, Integer id, SelectionEntry selectionEntry) Detail view for a SelectionEntry object.selectionList(Integer limit, Integer offset) List view for SelectionList objects.okhttp3.CallselectionListAsync(Integer limit, Integer offset, ApiCallback<PaginatedSelectionListList> _callback) (asynchronously) List view for SelectionList objects.okhttp3.CallselectionListCall(Integer limit, Integer offset, ApiCallback _callback) Build call for selectionListselectionListWithHttpInfo(Integer limit, Integer offset) List view for SelectionList objects.selectionPartialUpdate(Integer id, PatchedSelectionList patchedSelectionList) Detail view for a SelectionList object.okhttp3.CallselectionPartialUpdateAsync(Integer id, PatchedSelectionList patchedSelectionList, ApiCallback<SelectionList> _callback) (asynchronously) Detail view for a SelectionList object.okhttp3.CallselectionPartialUpdateCall(Integer id, PatchedSelectionList patchedSelectionList, ApiCallback _callback) Build call for selectionPartialUpdateselectionPartialUpdateWithHttpInfo(Integer id, PatchedSelectionList patchedSelectionList) Detail view for a SelectionList object.Detail view for a SelectionList object.okhttp3.CallselectionRetrieveAsync(Integer id, ApiCallback<SelectionList> _callback) (asynchronously) Detail view for a SelectionList object.okhttp3.CallselectionRetrieveCall(Integer id, ApiCallback _callback) Build call for selectionRetrieveDetail view for a SelectionList object.selectionUpdate(Integer id, SelectionList selectionList) Detail view for a SelectionList object.okhttp3.CallselectionUpdateAsync(Integer id, SelectionList selectionList, ApiCallback<SelectionList> _callback) (asynchronously) Detail view for a SelectionList object.okhttp3.CallselectionUpdateCall(Integer id, SelectionList selectionList, ApiCallback _callback) Build call for selectionUpdateselectionUpdateWithHttpInfo(Integer id, SelectionList selectionList) Detail view for a SelectionList object.voidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
SelectionApi
public SelectionApi() -
SelectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
selectionCreateCall
public okhttp3.Call selectionCreateCall(@Nonnull SelectionList selectionList, ApiCallback _callback) throws ApiException Build call for selectionCreate- Parameters:
selectionList- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionCreate
List view for SelectionList objects.- Parameters:
selectionList- (required)- Returns:
- SelectionList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionCreateWithHttpInfo
public ApiResponse<SelectionList> selectionCreateWithHttpInfo(@Nonnull SelectionList selectionList) throws ApiException List view for SelectionList objects.- Parameters:
selectionList- (required)- Returns:
- ApiResponse<SelectionList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionCreateAsync
public okhttp3.Call selectionCreateAsync(@Nonnull SelectionList selectionList, ApiCallback<SelectionList> _callback) throws ApiException (asynchronously) List view for SelectionList objects.- Parameters:
selectionList- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionDestroyCall
public okhttp3.Call selectionDestroyCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for selectionDestroy- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionDestroy
Detail view for a SelectionList object.- Parameters:
id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionDestroyWithHttpInfo
Detail view for a SelectionList object.- Parameters:
id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionDestroyAsync
public okhttp3.Call selectionDestroyAsync(@Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) Detail view for a SelectionList object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionEntryCreateCall
public okhttp3.Call selectionEntryCreateCall(@Nonnull Integer id, @Nonnull SelectionEntry selectionEntry, ApiCallback _callback) throws ApiException Build call for selectionEntryCreate- Parameters:
id- (required)selectionEntry- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionEntryCreate
public SelectionEntry selectionEntryCreate(@Nonnull Integer id, @Nonnull SelectionEntry selectionEntry) throws ApiException List view for SelectionEntry objects.- Parameters:
id- (required)selectionEntry- (required)- Returns:
- SelectionEntry
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionEntryCreateWithHttpInfo
public ApiResponse<SelectionEntry> selectionEntryCreateWithHttpInfo(@Nonnull Integer id, @Nonnull SelectionEntry selectionEntry) throws ApiException List view for SelectionEntry objects.- Parameters:
id- (required)selectionEntry- (required)- Returns:
- ApiResponse<SelectionEntry>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionEntryCreateAsync
public okhttp3.Call selectionEntryCreateAsync(@Nonnull Integer id, @Nonnull SelectionEntry selectionEntry, ApiCallback<SelectionEntry> _callback) throws ApiException (asynchronously) List view for SelectionEntry objects.- Parameters:
id- (required)selectionEntry- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 201 -
-
selectionEntryDestroyCall
public okhttp3.Call selectionEntryDestroyCall(@Nonnull Integer entrypk, @Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for selectionEntryDestroy- Parameters:
entrypk- (required)id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionEntryDestroy
public void selectionEntryDestroy(@Nonnull Integer entrypk, @Nonnull Integer id) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionEntryDestroyWithHttpInfo
public ApiResponse<Void> selectionEntryDestroyWithHttpInfo(@Nonnull Integer entrypk, @Nonnull Integer id) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionEntryDestroyAsync
public okhttp3.Call selectionEntryDestroyAsync(@Nonnull Integer entrypk, @Nonnull Integer id, ApiCallback<Void> _callback) throws ApiException (asynchronously) Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 204 No response body -
-
selectionEntryListCall
public okhttp3.Call selectionEntryListCall(@Nonnull Integer id, @Nonnull Integer limit, @Nullable Integer offset, ApiCallback _callback) throws ApiException Build call for selectionEntryList- Parameters:
id- (required)limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryList
public PaginatedSelectionEntryList selectionEntryList(@Nonnull Integer id, @Nonnull Integer limit, @Nullable Integer offset) throws ApiException List view for SelectionEntry objects.- Parameters:
id- (required)limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)- Returns:
- PaginatedSelectionEntryList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryListWithHttpInfo
public ApiResponse<PaginatedSelectionEntryList> selectionEntryListWithHttpInfo(@Nonnull Integer id, @Nonnull Integer limit, @Nullable Integer offset) throws ApiException List view for SelectionEntry objects.- Parameters:
id- (required)limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)- Returns:
- ApiResponse<PaginatedSelectionEntryList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryListAsync
public okhttp3.Call selectionEntryListAsync(@Nonnull Integer id, @Nonnull Integer limit, @Nullable Integer offset, ApiCallback<PaginatedSelectionEntryList> _callback) throws ApiException (asynchronously) List view for SelectionEntry objects.- Parameters:
id- (required)limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryPartialUpdateCall
public okhttp3.Call selectionEntryPartialUpdateCall(@Nonnull Integer entrypk, @Nonnull Integer id, @Nullable PatchedSelectionEntry patchedSelectionEntry, ApiCallback _callback) throws ApiException Build call for selectionEntryPartialUpdate- Parameters:
entrypk- (required)id- (required)patchedSelectionEntry- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryPartialUpdate
public SelectionEntry selectionEntryPartialUpdate(@Nonnull Integer entrypk, @Nonnull Integer id, @Nullable PatchedSelectionEntry patchedSelectionEntry) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)patchedSelectionEntry- (optional)- Returns:
- SelectionEntry
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryPartialUpdateWithHttpInfo
public ApiResponse<SelectionEntry> selectionEntryPartialUpdateWithHttpInfo(@Nonnull Integer entrypk, @Nonnull Integer id, @Nullable PatchedSelectionEntry patchedSelectionEntry) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)patchedSelectionEntry- (optional)- Returns:
- ApiResponse<SelectionEntry>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryPartialUpdateAsync
public okhttp3.Call selectionEntryPartialUpdateAsync(@Nonnull Integer entrypk, @Nonnull Integer id, @Nullable PatchedSelectionEntry patchedSelectionEntry, ApiCallback<SelectionEntry> _callback) throws ApiException (asynchronously) Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)patchedSelectionEntry- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryRetrieveCall
public okhttp3.Call selectionEntryRetrieveCall(@Nonnull Integer entrypk, @Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for selectionEntryRetrieve- Parameters:
entrypk- (required)id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryRetrieve
public SelectionEntry selectionEntryRetrieve(@Nonnull Integer entrypk, @Nonnull Integer id) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)- Returns:
- SelectionEntry
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryRetrieveWithHttpInfo
public ApiResponse<SelectionEntry> selectionEntryRetrieveWithHttpInfo(@Nonnull Integer entrypk, @Nonnull Integer id) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)- Returns:
- ApiResponse<SelectionEntry>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryRetrieveAsync
public okhttp3.Call selectionEntryRetrieveAsync(@Nonnull Integer entrypk, @Nonnull Integer id, ApiCallback<SelectionEntry> _callback) throws ApiException (asynchronously) Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryUpdateCall
public okhttp3.Call selectionEntryUpdateCall(@Nonnull Integer entrypk, @Nonnull Integer id, @Nonnull SelectionEntry selectionEntry, ApiCallback _callback) throws ApiException Build call for selectionEntryUpdate- Parameters:
entrypk- (required)id- (required)selectionEntry- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryUpdate
public SelectionEntry selectionEntryUpdate(@Nonnull Integer entrypk, @Nonnull Integer id, @Nonnull SelectionEntry selectionEntry) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)selectionEntry- (required)- Returns:
- SelectionEntry
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryUpdateWithHttpInfo
public ApiResponse<SelectionEntry> selectionEntryUpdateWithHttpInfo(@Nonnull Integer entrypk, @Nonnull Integer id, @Nonnull SelectionEntry selectionEntry) throws ApiException Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)selectionEntry- (required)- Returns:
- ApiResponse<SelectionEntry>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionEntryUpdateAsync
public okhttp3.Call selectionEntryUpdateAsync(@Nonnull Integer entrypk, @Nonnull Integer id, @Nonnull SelectionEntry selectionEntry, ApiCallback<SelectionEntry> _callback) throws ApiException (asynchronously) Detail view for a SelectionEntry object.- Parameters:
entrypk- (required)id- (required)selectionEntry- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionListCall
public okhttp3.Call selectionListCall(@Nonnull Integer limit, @Nullable Integer offset, ApiCallback _callback) throws ApiException Build call for selectionList- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionList
public PaginatedSelectionListList selectionList(@Nonnull Integer limit, @Nullable Integer offset) throws ApiException List view for SelectionList objects.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)- Returns:
- PaginatedSelectionListList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionListWithHttpInfo
public ApiResponse<PaginatedSelectionListList> selectionListWithHttpInfo(@Nonnull Integer limit, @Nullable Integer offset) throws ApiException List view for SelectionList objects.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)- Returns:
- ApiResponse<PaginatedSelectionListList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionListAsync
public okhttp3.Call selectionListAsync(@Nonnull Integer limit, @Nullable Integer offset, ApiCallback<PaginatedSelectionListList> _callback) throws ApiException (asynchronously) List view for SelectionList objects.- Parameters:
limit- Number of results to return per page. (required)offset- The initial index from which to return the results. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionPartialUpdateCall
public okhttp3.Call selectionPartialUpdateCall(@Nonnull Integer id, @Nullable PatchedSelectionList patchedSelectionList, ApiCallback _callback) throws ApiException Build call for selectionPartialUpdate- Parameters:
id- (required)patchedSelectionList- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionPartialUpdate
public SelectionList selectionPartialUpdate(@Nonnull Integer id, @Nullable PatchedSelectionList patchedSelectionList) throws ApiException Detail view for a SelectionList object.- Parameters:
id- (required)patchedSelectionList- (optional)- Returns:
- SelectionList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionPartialUpdateWithHttpInfo
public ApiResponse<SelectionList> selectionPartialUpdateWithHttpInfo(@Nonnull Integer id, @Nullable PatchedSelectionList patchedSelectionList) throws ApiException Detail view for a SelectionList object.- Parameters:
id- (required)patchedSelectionList- (optional)- Returns:
- ApiResponse<SelectionList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionPartialUpdateAsync
public okhttp3.Call selectionPartialUpdateAsync(@Nonnull Integer id, @Nullable PatchedSelectionList patchedSelectionList, ApiCallback<SelectionList> _callback) throws ApiException (asynchronously) Detail view for a SelectionList object.- Parameters:
id- (required)patchedSelectionList- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionRetrieveCall
public okhttp3.Call selectionRetrieveCall(@Nonnull Integer id, ApiCallback _callback) throws ApiException Build call for selectionRetrieve- Parameters:
id- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionRetrieve
Detail view for a SelectionList object.- Parameters:
id- (required)- Returns:
- SelectionList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionRetrieveWithHttpInfo
public ApiResponse<SelectionList> selectionRetrieveWithHttpInfo(@Nonnull Integer id) throws ApiException Detail view for a SelectionList object.- Parameters:
id- (required)- Returns:
- ApiResponse<SelectionList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionRetrieveAsync
public okhttp3.Call selectionRetrieveAsync(@Nonnull Integer id, ApiCallback<SelectionList> _callback) throws ApiException (asynchronously) Detail view for a SelectionList object.- Parameters:
id- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionUpdateCall
public okhttp3.Call selectionUpdateCall(@Nonnull Integer id, @Nonnull SelectionList selectionList, ApiCallback _callback) throws ApiException Build call for selectionUpdate- Parameters:
id- (required)selectionList- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionUpdate
public SelectionList selectionUpdate(@Nonnull Integer id, @Nonnull SelectionList selectionList) throws ApiException Detail view for a SelectionList object.- Parameters:
id- (required)selectionList- (required)- Returns:
- SelectionList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionUpdateWithHttpInfo
public ApiResponse<SelectionList> selectionUpdateWithHttpInfo(@Nonnull Integer id, @Nonnull SelectionList selectionList) throws ApiException Detail view for a SelectionList object.- Parameters:
id- (required)selectionList- (required)- Returns:
- ApiResponse<SelectionList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-
selectionUpdateAsync
public okhttp3.Call selectionUpdateAsync(@Nonnull Integer id, @Nonnull SelectionList selectionList, ApiCallback<SelectionList> _callback) throws ApiException (asynchronously) Detail view for a SelectionList object.- Parameters:
id- (required)selectionList- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 -
-