Class BucketListApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-04T20:31:43.365030324+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)
    • oauth2AddBucketListEntry

      public reactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> oauth2AddBucketListEntry(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
    • oauth2AddBucketListEntryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> oauth2AddBucketListEntryWithHttpInfo(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
    • oauth2AddBucketListEntryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2AddBucketListEntryWithResponseSpec(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
    • oauth2RemoveBucketList

      public reactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> oauth2RemoveBucketList(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
    • oauth2RemoveBucketListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> oauth2RemoveBucketListWithHttpInfo(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
    • oauth2RemoveBucketListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2RemoveBucketListWithResponseSpec(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
    • oauth2ShowBucketList

      public reactor.core.publisher.Flux<BucketListEntryWrapperAuthenticatedEntity> oauth2ShowBucketList(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
    • oauth2ShowBucketListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryWrapperAuthenticatedEntity>>> oauth2ShowBucketListWithHttpInfo(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
    • oauth2ShowBucketListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowBucketListWithResponseSpec(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
    • oauth2ShowBucketListEntries

      public reactor.core.publisher.Flux<BucketListEntryAuthenticatedEntity> oauth2ShowBucketListEntries(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
    • oauth2ShowBucketListEntriesWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryAuthenticatedEntity>>> oauth2ShowBucketListEntriesWithHttpInfo(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
    • oauth2ShowBucketListEntriesWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowBucketListEntriesWithResponseSpec(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
    • oauth2ShowBucketListEntry

      public reactor.core.publisher.Mono<BucketListEntryAuthenticatedEntity> oauth2ShowBucketListEntry(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
    • oauth2ShowBucketListEntryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryAuthenticatedEntity>> oauth2ShowBucketListEntryWithHttpInfo(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
    • oauth2ShowBucketListEntryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowBucketListEntryWithResponseSpec(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