Class AddOnApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpgradeView> addMultimedia(String propertyIdentifier, String addOnIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) Add Multimedia Uploads a videos and/or images to an add-on identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> addMultimediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) Add Multimedia Uploads a videos and/or images to an add-on identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecaddMultimediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) Add Multimedia Uploads a videos and/or images to an add-on identified by its identifierreactor.core.publisher.Mono<UpgradeView> createAddOn(String propertyIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) Create Add-On Create a new add-on.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> createAddOnWithHttpInfo(String propertyIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) Create Add-On Create a new add-on.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateAddOnWithResponseSpec(String propertyIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) Create Add-On Create a new add-on.reactor.core.publisher.Mono<RemoveEntryResponse> removeAddOn(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) Delete Add-On Delete an add-on by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeAddOnWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) Delete Add-On Delete an add-on by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveAddOnWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) Delete Add-On Delete an add-on by its identifierreactor.core.publisher.Mono<UpgradeView> removeMultimedia(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove media from an existing add-on.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> removeMultimediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove media from an existing add-on.org.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMultimediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove media from an existing add-on.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<UpgradeView> Show Add-On Retrieve an add-on by its identifierreactor.core.publisher.Flux<UpgradeView> showAddOns(String propertyIdentifier, String winkVersion, String accept) Show Add-Ons Retrieve a list of all add-ons for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<UpgradeView>>> showAddOnsWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) Show Add-Ons Retrieve a list of all add-ons for property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowAddOnsWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) Show Add-Ons Retrieve a list of all add-ons for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> showAddOnWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) Show Add-On Retrieve an add-on by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowAddOnWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) Show Add-On Retrieve an add-on by its identifierreactor.core.publisher.Mono<UpgradeView> updateAddOn(String propertyIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) Update Add-On Update an existing add-on.reactor.core.publisher.Mono<UpgradeView> updateAddOnMultimedia(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) Update Multimedia Update media meta data for a specific package media entry.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> updateAddOnMultimediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) Update Multimedia Update media meta data for a specific package media entry.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateAddOnMultimediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) Update Multimedia Update media meta data for a specific package media entry.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> updateAddOnWithHttpInfo(String propertyIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) Update Add-On Update an existing add-on.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateAddOnWithResponseSpec(String propertyIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) Update Add-On Update an existing add-on.reactor.core.publisher.Mono<UpgradeView> uploadBinaryAddOnMedia(String propertyIdentifier, String addOnIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> uploadBinaryAddOnMediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.org.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadBinaryAddOnMediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.
-
Constructor Details
-
AddOnApi
public AddOnApi() -
AddOnApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
addMultimedia
public reactor.core.publisher.Mono<UpgradeView> addMultimedia(String propertyIdentifier, String addOnIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Add Multimedia Uploads a videos and/or images to an add-on identified by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Add multimedia record to add-on record owned by this property identifieraddOnIdentifier- Add multimedia record to add-on with this identifiersimpleMultimedia- The simpleMultimedia parameterwinkVersion- The winkVersion parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
addMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> addMultimediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Add Multimedia Uploads a videos and/or images to an add-on identified by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Add multimedia record to add-on record owned by this property identifieraddOnIdentifier- Add multimedia record to add-on with this identifiersimpleMultimedia- The simpleMultimedia parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
addMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addMultimediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Add Multimedia Uploads a videos and/or images to an add-on identified by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Add multimedia record to add-on record owned by this property identifieraddOnIdentifier- Add multimedia record to add-on with this identifiersimpleMultimedia- The simpleMultimedia parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createAddOn
public reactor.core.publisher.Mono<UpgradeView> createAddOn(String propertyIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Add-On Create a new add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
propertyIdentifier- Create a new add-on record owned by this property identifierupsertAddOnRequest- The upsertAddOnRequest parameterwinkVersion- The winkVersion parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createAddOnWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> createAddOnWithHttpInfo(String propertyIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Add-On Create a new add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
propertyIdentifier- Create a new add-on record owned by this property identifierupsertAddOnRequest- The upsertAddOnRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createAddOnWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createAddOnWithResponseSpec(String propertyIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Add-On Create a new add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
propertyIdentifier- Create a new add-on record owned by this property identifierupsertAddOnRequest- The upsertAddOnRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeAddOn
public reactor.core.publisher.Mono<RemoveEntryResponse> removeAddOn(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Add-On Delete an add-on by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Remove add-on record owned by this property identifieraddOnIdentifier- Remove add-on record identified by this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeAddOnWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeAddOnWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Add-On Delete an add-on by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Remove add-on record owned by this property identifieraddOnIdentifier- Remove add-on record identified by this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeAddOnWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeAddOnWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Add-On Delete an add-on by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Remove add-on record owned by this property identifieraddOnIdentifier- Remove add-on record identified by this identifierwinkVersion- 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
-
removeMultimedia
public reactor.core.publisher.Mono<UpgradeView> removeMultimedia(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Remove a media record from an existing add-on owned by this property identifier.addOnIdentifier- Remove a media record from an existing add-on identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> removeMultimediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Remove a media record from an existing add-on owned by this property identifier.addOnIdentifier- Remove a media record from an existing add-on identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMultimediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Remove a media record from an existing add-on owned by this property identifier.addOnIdentifier- Remove a media record from an existing add-on identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- 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
-
showAddOn
public reactor.core.publisher.Mono<UpgradeView> showAddOn(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-On Retrieve an add-on by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show single add-on owned by this property identifieraddOnIdentifier- Show add-on record identified by this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAddOnWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> showAddOnWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-On Retrieve an add-on by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show single add-on owned by this property identifieraddOnIdentifier- Show add-on record identified by this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAddOnWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAddOnWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-On Retrieve an add-on by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show single add-on owned by this property identifieraddOnIdentifier- Show add-on record identified by this identifierwinkVersion- 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
-
showAddOns
public reactor.core.publisher.Flux<UpgradeView> showAddOns(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-Ons Retrieve a list of all add-ons for property.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show add-ons owned by this property identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAddOnsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<UpgradeView>>> showAddOnsWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-Ons Retrieve a list of all add-ons for property.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show add-ons owned by this property identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<UpgradeView>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAddOnsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAddOnsWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-Ons Retrieve a list of all add-ons for property.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show add-ons owned by this property identifierwinkVersion- 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
-
updateAddOn
public reactor.core.publisher.Mono<UpgradeView> updateAddOn(String propertyIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Add-On Update an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update an existing add-on record owned by this property identifieraddOnIdentifier- Update an existing add-on record identified by this identifierupsertAddOnRequest- The upsertAddOnRequest parameterwinkVersion- The winkVersion parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAddOnWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> updateAddOnWithHttpInfo(String propertyIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Add-On Update an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update an existing add-on record owned by this property identifieraddOnIdentifier- Update an existing add-on record identified by this identifierupsertAddOnRequest- The upsertAddOnRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAddOnWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateAddOnWithResponseSpec(String propertyIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Add-On Update an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update an existing add-on record owned by this property identifieraddOnIdentifier- Update an existing add-on record identified by this identifierupsertAddOnRequest- The upsertAddOnRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAddOnMultimedia
public reactor.core.publisher.Mono<UpgradeView> updateAddOnMultimedia(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia Update media meta data for a specific package media entry.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing multimedia record on add-on record owned by this property identifieraddOnIdentifier- Update existing multimedia record on add-on with this identifiermultimediaIdentifier- Update existing multimedia record with this identifiersimpleMultimedia- The simpleMultimedia parameterwinkVersion- The winkVersion parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAddOnMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> updateAddOnMultimediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia Update media meta data for a specific package media entry.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing multimedia record on add-on record owned by this property identifieraddOnIdentifier- Update existing multimedia record on add-on with this identifiermultimediaIdentifier- Update existing multimedia record with this identifiersimpleMultimedia- The simpleMultimedia parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAddOnMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateAddOnMultimediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, String multimediaIdentifier, SimpleMultimedia simpleMultimedia, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia Update media meta data for a specific package media entry.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing multimedia record on add-on record owned by this property identifieraddOnIdentifier- Update existing multimedia record on add-on with this identifiermultimediaIdentifier- Update existing multimedia record with this identifiersimpleMultimedia- The simpleMultimedia parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadBinaryAddOnMedia
public reactor.core.publisher.Mono<UpgradeView> uploadBinaryAddOnMedia(String propertyIdentifier, String addOnIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
207 - Multi-Status
- Parameters:
propertyIdentifier- Upload multipart files and associate them with an existing add-on owned by this property identifieraddOnIdentifier- Upload multipart files and associate them with an existing add-on with this identifierfiles- The files parameter- Returns:
- UpgradeView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadBinaryAddOnMediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>> uploadBinaryAddOnMediaWithHttpInfo(String propertyIdentifier, String addOnIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
207 - Multi-Status
- Parameters:
propertyIdentifier- Upload multipart files and associate them with an existing add-on owned by this property identifieraddOnIdentifier- Upload multipart files and associate them with an existing add-on with this identifierfiles- The files parameter- Returns:
- ResponseEntity<UpgradeView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadBinaryAddOnMediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadBinaryAddOnMediaWithResponseSpec(String propertyIdentifier, String addOnIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
207 - Multi-Status
- Parameters:
propertyIdentifier- Upload multipart files and associate them with an existing add-on owned by this property identifieraddOnIdentifier- Upload multipart files and associate them with an existing add-on with this identifierfiles- The files parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-