Class ShareableLinkApi

java.lang.Object
travel.wink.sdk.inventory.api.ShareableLinkApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-26T12:32:01.129283054+07:00[Asia/Bangkok]") public class ShareableLinkApi extends Object
  • Constructor Details

    • ShareableLinkApi

      public ShareableLinkApi()
    • ShareableLinkApi

      @Autowired public ShareableLinkApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showConsumableUrl

      public reactor.core.publisher.Mono<ConsumableSellerUrlNonAuthenticatedEntity> showConsumableUrl(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String gl, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Shareable Link Retrieve a shareable link by its unique code

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      code - Unique link code
      userSessionNonAuthenticatedEntity - The userSessionNonAuthenticatedEntity parameter
      cid - Optional campaign id
      gl - Optional GA4 cross-site link id
      winkVersion - 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(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String gl, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Shareable Link Retrieve a shareable link by its unique code

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      code - Unique link code
      userSessionNonAuthenticatedEntity - The userSessionNonAuthenticatedEntity parameter
      cid - Optional campaign id
      gl - Optional GA4 cross-site link id
      winkVersion - 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(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String gl, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Shareable Link Retrieve a shareable link by its unique code

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      code - Unique link code
      userSessionNonAuthenticatedEntity - The userSessionNonAuthenticatedEntity parameter
      cid - Optional campaign id
      gl - Optional GA4 cross-site link id
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API