Package travel.wink.sdk.affiliate.api
Class SyndicationEntryPublisherApi
java.lang.Object
travel.wink.sdk.affiliate.api.SyndicationEntryPublisherApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-28T12:48:10.520361873+07:00[Asia/Bangkok]")
public class SyndicationEntryPublisherApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpsertSyndicationEntryAffiliate>consumeExternalUrlForSyndicationEntry(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) Show Syndication Entries Retrieve list of syndication entries.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertSyndicationEntryAffiliate>>consumeExternalUrlForSyndicationEntryWithHttpInfo(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) Show Syndication Entries Retrieve list of syndication entries.org.springframework.web.reactive.function.client.WebClient.ResponseSpecconsumeExternalUrlForSyndicationEntryWithResponseSpec(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) Show Syndication Entries Retrieve list of syndication entries.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
SyndicationEntryPublisherApi
public SyndicationEntryPublisherApi() -
SyndicationEntryPublisherApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
consumeExternalUrlForSyndicationEntry
public reactor.core.publisher.Mono<UpsertSyndicationEntryAffiliate> consumeExternalUrlForSyndicationEntry(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Syndication Entries Retrieve list of syndication entries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- List syndication entries owned by this owner identifier.consumeExternalUrlRequestAffiliate- Body payload filtering and sorting preferenceswinkVersion- The winkVersion parameter- Returns:
- UpsertSyndicationEntryAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
consumeExternalUrlForSyndicationEntryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertSyndicationEntryAffiliate>> consumeExternalUrlForSyndicationEntryWithHttpInfo(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Syndication Entries Retrieve list of syndication entries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- List syndication entries owned by this owner identifier.consumeExternalUrlRequestAffiliate- Body payload filtering and sorting preferenceswinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpsertSyndicationEntryAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
consumeExternalUrlForSyndicationEntryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec consumeExternalUrlForSyndicationEntryWithResponseSpec(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Syndication Entries Retrieve list of syndication entries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- List syndication entries owned by this owner identifier.consumeExternalUrlRequestAffiliate- Body payload filtering and sorting preferenceswinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-