Class ShareableLinksApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerUrlView>createSellerUrl(String companyIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) Create Link Create a new shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>createSellerUrlWithHttpInfo(String companyIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) reactor.core.publisher.Mono<RemoveEntryResponse>removeSellerUrl(String companyIdentifier, String sellerUrlIdentifier, String accept) Delete Link Delete a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, String accept) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<Multimedia>showInventoryMedia(String companyIdentifier, String channelInventoryIdentifier, String accept) Show Inventory Media Retrieve a list of media for this channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Multimedia>>>showInventoryMediaWithHttpInfo(String companyIdentifier, String channelInventoryIdentifier, String accept) reactor.core.publisher.Mono<SellerUrlView>showSellerUrl(String companyIdentifier, String sellerUrlIdentifier, String accept) Show Link Retrieve a specific shareable url for this sellerreactor.core.publisher.Flux<SellerUrlView>showSellerUrls(String companyIdentifier, String accept) Show Links Retrieve list of shareable urls for this sellerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerUrlView>>>showSellerUrlsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>showSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, String accept) reactor.core.publisher.Mono<SellerUrlView>updateSellerUrl(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) Update link Modify a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>updateSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest)
-
Constructor Details
-
ShareableLinksApi
public ShareableLinksApi() -
ShareableLinksApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createSellerUrl
public reactor.core.publisher.Mono<SellerUrlView> createSellerUrl(String companyIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Link Create a new shareable link400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
201 - Created
- Parameters:
companyIdentifier- Create link owned by this owner identifier.upsertSellerUrlRequest- The upsertSellerUrlRequest parameter- Returns:
- SellerUrlView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createSellerUrlWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>> createSellerUrlWithHttpInfo(String companyIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeSellerUrl
public reactor.core.publisher.Mono<RemoveEntryResponse> removeSellerUrl(String companyIdentifier, String sellerUrlIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Link Delete a shareable link400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
202 - Accepted
- Parameters:
companyIdentifier- Remove link owned by this owner identifier.sellerUrlIdentifier- Remove url with this identifier.accept- The accept parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeSellerUrlWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInventoryMedia
public reactor.core.publisher.Flux<Multimedia> showInventoryMedia(String companyIdentifier, String channelInventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Media Retrieve a list of media for this channel inventory identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Owner identifier.channelInventoryIdentifier- Channel inventory identifier.accept- The accept parameter- Returns:
- List<Multimedia>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInventoryMediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Multimedia>>> showInventoryMediaWithHttpInfo(String companyIdentifier, String channelInventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSellerUrl
public reactor.core.publisher.Mono<SellerUrlView> showSellerUrl(String companyIdentifier, String sellerUrlIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Link Retrieve a specific shareable url for this seller400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Show link owned by this owner identifier.sellerUrlIdentifier- Show link with this identifier.accept- The accept parameter- Returns:
- SellerUrlView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSellerUrlWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>> showSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSellerUrls
public reactor.core.publisher.Flux<SellerUrlView> showSellerUrls(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Links Retrieve list of shareable urls for this seller400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Show links list owned by this owner identifier.accept- The accept parameter- Returns:
- List<SellerUrlView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSellerUrlsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerUrlView>>> showSellerUrlsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateSellerUrl
public reactor.core.publisher.Mono<SellerUrlView> updateSellerUrl(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Update link Modify a shareable link400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Update link owned by this owner identifier.sellerUrlIdentifier- Update url with this identifier.upsertSellerUrlRequest- The upsertSellerUrlRequest parameter- Returns:
- SellerUrlView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateSellerUrlWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>> updateSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-