Class SelectionApi

java.lang.Object
com.w3asel.inventree.api.SelectionApi

public class SelectionApi extends Object
  • Constructor Details

    • SelectionApi

      public SelectionApi()
    • SelectionApi

      public SelectionApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • 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

      public SelectionList selectionCreate(@Nonnull SelectionList selectionList) throws ApiException
      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

      public void selectionDestroy(@Nonnull Integer id) throws ApiException
      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

      public ApiResponse<Void> selectionDestroyWithHttpInfo(@Nonnull Integer id) throws ApiException
      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

      public SelectionList selectionRetrieve(@Nonnull Integer id) throws ApiException
      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 -