Class CuratedListApi

java.lang.Object
travel.wink.sdk.affiliate.browse.api.CuratedListApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class CuratedListApi extends Object
  • Constructor Details

    • CuratedListApi

      public CuratedListApi()
    • CuratedListApi

      @Autowired public CuratedListApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • addInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticListItemAffiliate> addInventoryToCuratedList(@Nonnull String listIdentifier, @Nonnull AddStaticListItemRequestAffiliate addStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel inventoryto your existing curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticListItemRequestAffiliate - The addStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListItemAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addInventoryToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> addInventoryToCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nonnull AddStaticListItemRequestAffiliate addStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel inventoryto your existing curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticListItemRequestAffiliate - The addStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListItemAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addInventoryToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addInventoryToCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nonnull AddStaticListItemRequestAffiliate addStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel inventoryto your existing curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticListItemRequestAffiliate - The addStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addSupplierToCuratedList

      public reactor.core.publisher.Mono<StaticListItemAffiliate> addSupplierToCuratedList(@Nonnull String listIdentifier, @Nonnull AddStaticListSupplierRequestAffiliate addStaticListSupplierRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Supplier to List Adds a new list item for a supplier showing the best priced room..

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticListSupplierRequestAffiliate - The addStaticListSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListItemAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addSupplierToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> addSupplierToCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nonnull AddStaticListSupplierRequestAffiliate addStaticListSupplierRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Supplier to List Adds a new list item for a supplier showing the best priced room..

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticListSupplierRequestAffiliate - The addStaticListSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListItemAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addSupplierToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addSupplierToCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nonnull AddStaticListSupplierRequestAffiliate addStaticListSupplierRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Supplier to List Adds a new list item for a supplier showing the best priced room..

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticListSupplierRequestAffiliate - The addStaticListSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • copyInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticListItemAffiliate> copyInventoryToCuratedList(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nonnull CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Copy Item to List Copy an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticListItemRequestAffiliate - The copyMoveStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListItemAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • copyInventoryToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> copyInventoryToCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nonnull CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Copy Item to List Copy an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticListItemRequestAffiliate - The copyMoveStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListItemAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • copyInventoryToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec copyInventoryToCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nonnull CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Copy Item to List Copy an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticListItemRequestAffiliate - The copyMoveStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createCuratedList

      public reactor.core.publisher.Mono<StaticListWrapperAffiliate> createCuratedList(@Nonnull CreateStaticListAndAddItemRequestAffiliate createStaticListAndAddItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticListAndAddItemRequestAffiliate - The createStaticListAndAddItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListWrapperAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListWrapperAffiliate>> createCuratedListWithHttpInfo(@Nonnull CreateStaticListAndAddItemRequestAffiliate createStaticListAndAddItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticListAndAddItemRequestAffiliate - The createStaticListAndAddItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListWrapperAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createCuratedListWithResponseSpec(@Nonnull CreateStaticListAndAddItemRequestAffiliate createStaticListAndAddItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticListAndAddItemRequestAffiliate - The createStaticListAndAddItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createCuratedSupplierList

      public reactor.core.publisher.Mono<StaticListWrapperAffiliate> createCuratedSupplierList(@Nonnull CreateStaticListAndAddSupplierRequestAffiliate createStaticListAndAddSupplierRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticListAndAddSupplierRequestAffiliate - The createStaticListAndAddSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListWrapperAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createCuratedSupplierListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListWrapperAffiliate>> createCuratedSupplierListWithHttpInfo(@Nonnull CreateStaticListAndAddSupplierRequestAffiliate createStaticListAndAddSupplierRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticListAndAddSupplierRequestAffiliate - The createStaticListAndAddSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListWrapperAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createCuratedSupplierListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createCuratedSupplierListWithResponseSpec(@Nonnull CreateStaticListAndAddSupplierRequestAffiliate createStaticListAndAddSupplierRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticListAndAddSupplierRequestAffiliate - The createStaticListAndAddSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • moveInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticListItemAffiliate> moveInventoryToCuratedList(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nonnull CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Move List Item Move an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticListItemRequestAffiliate - The copyMoveStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListItemAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • moveInventoryToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> moveInventoryToCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nonnull CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Move List Item Move an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticListItemRequestAffiliate - The copyMoveStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListItemAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • moveInventoryToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec moveInventoryToCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nonnull CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Move List Item Move an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticListItemRequestAffiliate - The copyMoveStaticListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeCuratedList

      public reactor.core.publisher.Mono<StaticListAffiliate> removeCuratedList(@Nonnull String listIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      StaticListAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListAffiliate>> removeCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<StaticListAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeInventoryFromCuratedList

      public reactor.core.publisher.Mono<StaticListItemAffiliate> removeInventoryFromCuratedList(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete List Item Delete a list item from a curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      StaticListItemAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeInventoryFromCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> removeInventoryFromCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete List Item Delete a list item from a curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<StaticListItemAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeInventoryFromCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeInventoryFromCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nonnull String itemIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete List Item Delete a list item from a curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCuratedLists

      public reactor.core.publisher.Flux<StaticListWrapperAffiliate> showCuratedLists(@Nullable Boolean withItems, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      withItems - Indicate whether to include all the list items in the result
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<StaticListWrapperAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCuratedListsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticListWrapperAffiliate>>> showCuratedListsWithHttpInfo(@Nullable Boolean withItems, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      withItems - Indicate whether to include all the list items in the result
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<StaticListWrapperAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCuratedListsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCuratedListsWithResponseSpec(@Nullable Boolean withItems, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      withItems - Indicate whether to include all the list items in the result
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortCuratedListItems

      public reactor.core.publisher.Flux<StaticListItemAffiliate> sortCuratedListItems(@Nonnull String listIdentifier, @Nonnull SortStaticListItemsRequestAffiliate sortStaticListItemsRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      sortStaticListItemsRequestAffiliate - The sortStaticListItemsRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      List<StaticListItemAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortCuratedListItemsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticListItemAffiliate>>> sortCuratedListItemsWithHttpInfo(@Nonnull String listIdentifier, @Nonnull SortStaticListItemsRequestAffiliate sortStaticListItemsRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      sortStaticListItemsRequestAffiliate - The sortStaticListItemsRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<StaticListItemAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortCuratedListItemsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec sortCuratedListItemsWithResponseSpec(@Nonnull String listIdentifier, @Nonnull SortStaticListItemsRequestAffiliate sortStaticListItemsRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      sortStaticListItemsRequestAffiliate - The sortStaticListItemsRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCuratedList

      public reactor.core.publisher.Mono<StaticListWrapperAffiliate> updateCuratedList(@Nonnull String listIdentifier, @Nonnull UpsertStaticListRequestAffiliate upsertStaticListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      upsertStaticListRequestAffiliate - The upsertStaticListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticListWrapperAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListWrapperAffiliate>> updateCuratedListWithHttpInfo(@Nonnull String listIdentifier, @Nonnull UpsertStaticListRequestAffiliate upsertStaticListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      upsertStaticListRequestAffiliate - The upsertStaticListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticListWrapperAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCuratedListWithResponseSpec(@Nonnull String listIdentifier, @Nonnull UpsertStaticListRequestAffiliate upsertStaticListRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      upsertStaticListRequestAffiliate - The upsertStaticListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API