Class BucketListApi

java.lang.Object
travel.wink.sdk.user.settings.api.BucketListApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-04T20:51:20.637878362+07:00[Asia/Bangkok]") public class BucketListApi extends Object
  • Constructor Details

    • BucketListApi

      public BucketListApi()
    • BucketListApi

      @Autowired public BucketListApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • addBucketListEntry

      public reactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> addBucketListEntry(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Bucket List Create a new bucket list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> addBucketListEntryWithHttpInfo(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Bucket List Create a new bucket list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addBucketListEntryWithResponseSpec(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Bucket List Create a new bucket list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      bucketListEntryRequestAuthenticatedEntity - The bucketListEntryRequestAuthenticatedEntity 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
    • removeBucketList

      public reactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> removeBucketList(String bucketListItemIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Bucket List Entry Remove bucket list entry by entry identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      bucketListItemIdentifier - The bucketListItemIdentifier parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      BucketListEntryViewAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeBucketListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> removeBucketListWithHttpInfo(String bucketListItemIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Bucket List Entry Remove bucket list entry by entry identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeBucketListWithResponseSpec(String bucketListItemIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Bucket List Entry Remove bucket list entry by entry identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      bucketListItemIdentifier - The bucketListItemIdentifier parameter
      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
    • showBucketList

      public reactor.core.publisher.Flux<BucketListEntryWrapperAuthenticatedEntity> showBucketList(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket Lists Retrieve all bucket lists for caller

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryWrapperAuthenticatedEntity>>> showBucketListWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket Lists Retrieve all bucket lists for caller

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBucketListWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket Lists Retrieve all bucket lists for caller

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      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
    • showBucketListEntries

      public reactor.core.publisher.Flux<BucketListEntryAuthenticatedEntity> showBucketListEntries(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket List Retrieve all bucket list entries for caller

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryAuthenticatedEntity>>> showBucketListEntriesWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket List Retrieve all bucket list entries for caller

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBucketListEntriesWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket List Retrieve all bucket list entries for caller

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      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
    • showBucketListEntry

      public reactor.core.publisher.Mono<BucketListEntryAuthenticatedEntity> showBucketListEntry(String type, String identifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket List Entries Retrieve bucket list entries for a specific by bucket list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryAuthenticatedEntity>> showBucketListEntryWithHttpInfo(String type, String identifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket List Entries Retrieve bucket list entries for a specific by bucket list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBucketListEntryWithResponseSpec(String type, String identifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Bucket List Entries Retrieve bucket list entries for a specific by bucket list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      type - The type parameter
      identifier - The identifier parameter
      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