Class ShareableLinkApi
java.lang.Object
travel.wink.sdk.inventory.api.ShareableLinkApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class ShareableLinkApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<ConsumableSellerUrlNonAuthenticatedEntity> showConsumableUrl(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String gl, String winkVersion) Show Shareable Link Retrieve a shareable link by its unique codereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConsumableSellerUrlNonAuthenticatedEntity>> showConsumableUrlWithHttpInfo(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String gl, String winkVersion) Show Shareable Link Retrieve a shareable link by its unique codeorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowConsumableUrlWithResponseSpec(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String gl, String winkVersion) Show Shareable Link Retrieve a shareable link by its unique code
-
Constructor Details
-
ShareableLinkApi
public ShareableLinkApi() -
ShareableLinkApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showConsumableUrl
public reactor.core.publisher.Mono<ConsumableSellerUrlNonAuthenticatedEntity> showConsumableUrl(@Nonnull String code, @Nonnull UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, @Nullable String cid, @Nullable String gl, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Shareable Link Retrieve a shareable link by its unique code500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
code- Unique link codeuserSessionNonAuthenticatedEntity- The userSessionNonAuthenticatedEntity parametercid- Optional campaign idgl- Optional GA4 cross-site link idwinkVersion- The winkVersion parameter- Returns:
- ConsumableSellerUrlNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showConsumableUrlWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConsumableSellerUrlNonAuthenticatedEntity>> showConsumableUrlWithHttpInfo(@Nonnull String code, @Nonnull UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, @Nullable String cid, @Nullable String gl, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Shareable Link Retrieve a shareable link by its unique code500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
code- Unique link codeuserSessionNonAuthenticatedEntity- The userSessionNonAuthenticatedEntity parametercid- Optional campaign idgl- Optional GA4 cross-site link idwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ConsumableSellerUrlNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showConsumableUrlWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showConsumableUrlWithResponseSpec(@Nonnull String code, @Nonnull UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, @Nullable String cid, @Nullable String gl, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Shareable Link Retrieve a shareable link by its unique code500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
code- Unique link codeuserSessionNonAuthenticatedEntity- The userSessionNonAuthenticatedEntity parametercid- Optional campaign idgl- Optional GA4 cross-site link idwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-