Class BucketListApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> oauth2AddBucketListEntry(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BucketListEntryViewAuthenticatedEntity>> oauth2AddBucketListEntryWithHttpInfo(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listorg.springframework.web.reactive.function.client.WebClient.ResponseSpecoauth2AddBucketListEntryWithResponseSpec(BucketListEntryRequestAuthenticatedEntity bucketListEntryRequestAuthenticatedEntity, String winkVersion) Create Bucket List Create a new bucket listreactor.core.publisher.Mono<BucketListEntryViewAuthenticatedEntity> oauth2RemoveBucketList(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>> oauth2RemoveBucketListWithHttpInfo(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecoauth2RemoveBucketListWithResponseSpec(String bucketListItemIdentifier, String winkVersion, String accept) Delete Bucket List Entry Remove bucket list entry by entry identifierreactor.core.publisher.Flux<BucketListEntryWrapperAuthenticatedEntity> oauth2ShowBucketList(String winkVersion, String accept) Get Bucket Lists Retrieve all bucket lists for callerreactor.core.publisher.Flux<BucketListEntryAuthenticatedEntity> oauth2ShowBucketListEntries(String winkVersion, String accept) Get Bucket List Retrieve all bucket list entries for callerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BucketListEntryAuthenticatedEntity>>> oauth2ShowBucketListEntriesWithHttpInfo(String winkVersion, String accept) Get Bucket List Retrieve all bucket list entries for callerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecoauth2ShowBucketListEntriesWithResponseSpec(String winkVersion, String accept) Get Bucket List Retrieve all bucket list entries for callerreactor.core.publisher.Mono<BucketListEntryAuthenticatedEntity> oauth2ShowBucketListEntry(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>> oauth2ShowBucketListEntryWithHttpInfo(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.ResponseSpecoauth2ShowBucketListEntryWithResponseSpec(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>>> oauth2ShowBucketListWithHttpInfo(String winkVersion, String accept) Get Bucket Lists Retrieve all bucket lists for callerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecoauth2ShowBucketListWithResponseSpec(String winkVersion, String accept) Get Bucket Lists Retrieve all bucket lists for callervoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
BucketListApi
public BucketListApi() -
BucketListApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-
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 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
-