Class BucketListApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> addBucketListEntry(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> addBucketListEntryWithHttpInfo(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listorg.springframework.web.reactive.function.client.WebClient.ResponseSpecaddBucketListEntryWithResponseSpec(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listreactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> removeBucketList(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> removeBucketListWithHttpInfo(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveBucketListWithResponseSpec(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<BucketListEntryWrapperAuthenticatedEntity> showBucketList(String winkVersion, String accept) Get Bucket Lists Retrieve all bucket lists for callerreactor.core.publisher.Flux<BucketListEntryAuthenticatedEntity> showBucketListEntries(String winkVersion, String accept) Get Bucket List Retrieve all bucket list entries for callerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryAuthenticatedEntity>>> showBucketListEntriesWithHttpInfo(String winkVersion, String accept) Get Bucket List Retrieve all bucket list entries for callerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBucketListEntriesWithResponseSpec(String winkVersion, String accept) Get Bucket List Retrieve all bucket list entries for callerreactor.core.publisher.Mono<BucketListEntryAuthenticatedEntity> showBucketListEntry(String type, String identifier, String winkVersion, String accept) Get Bucket List Entries Retrieve bucket list entries for a specific by bucket listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryAuthenticatedEntity>> showBucketListEntryWithHttpInfo(String type, String identifier, String winkVersion, String accept) Get Bucket List Entries Retrieve bucket list entries for a specific by bucket listorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBucketListEntryWithResponseSpec(String type, String identifier, String winkVersion, String accept) Get Bucket List Entries Retrieve bucket list entries for a specific by bucket listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryWrapperAuthenticatedEntity>>> showBucketListWithHttpInfo(String winkVersion, String accept) Get Bucket Lists Retrieve all bucket lists for callerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBucketListWithResponseSpec(String winkVersion, String accept) Get Bucket Lists Retrieve all bucket lists for caller
-
Constructor Details
-
BucketListApi
public BucketListApi() -
BucketListApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
addBucketListEntry
public reactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> addBucketListEntry(@Nonnull BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Bucket List Create a new bucket list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
bucketListEntryRequestAuthenticatedEntity- The bucketListEntryRequestAuthenticatedEntity parameterwinkVersion- 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(@Nonnull BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Bucket List Create a new bucket list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
bucketListEntryRequestAuthenticatedEntity- The bucketListEntryRequestAuthenticatedEntity parameterwinkVersion- 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(@Nonnull BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Bucket List Create a new bucket list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
bucketListEntryRequestAuthenticatedEntity- The bucketListEntryRequestAuthenticatedEntity parameterwinkVersion- 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(@Nonnull String bucketListItemIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Bucket List Entry Remove bucket list entry by entry identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
bucketListItemIdentifier- The bucketListItemIdentifier parameterwinkVersion- The winkVersion parameteraccept- 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(@Nonnull String bucketListItemIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Bucket List Entry Remove bucket list entry by entry identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
bucketListItemIdentifier- The bucketListItemIdentifier parameterwinkVersion- The winkVersion parameteraccept- 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(@Nonnull String bucketListItemIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Bucket List Entry Remove bucket list entry by entry identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
bucketListItemIdentifier- The bucketListItemIdentifier parameterwinkVersion- The winkVersion parameteraccept- 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(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket Lists Retrieve all bucket lists for caller500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket Lists Retrieve all bucket lists for caller500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket Lists Retrieve all bucket lists for caller500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket List Retrieve all bucket list entries for caller500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket List Retrieve all bucket list entries for caller500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket List Retrieve all bucket list entries for caller500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- 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(@Nonnull String type, @Nonnull String identifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket List Entries Retrieve bucket list entries for a specific by bucket list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
type- The type parameteridentifier- The identifier parameterwinkVersion- The winkVersion parameteraccept- 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(@Nonnull String type, @Nonnull String identifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket List Entries Retrieve bucket list entries for a specific by bucket list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
type- The type parameteridentifier- The identifier parameterwinkVersion- The winkVersion parameteraccept- 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(@Nonnull String type, @Nonnull String identifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Get Bucket List Entries Retrieve bucket list entries for a specific by bucket list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
type- The type parameteridentifier- The identifier parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-