Package travel.wink.sdk.affiliate.api
Class CampaignApi
java.lang.Object
travel.wink.sdk.affiliate.api.CampaignApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-05-28T20:17:04.479259926+07:00[Asia/Bangkok]")
public class CampaignApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<CampaignInventoryAffiliate> showCampaignInventory(String companyIdentifier, String winkVersion) Show campaign inventory Show array of campaign inventoryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CampaignInventoryAffiliate>>> showCampaignInventoryWithHttpInfo(String companyIdentifier, String winkVersion) Show campaign inventory Show array of campaign inventoryorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCampaignInventoryWithResponseSpec(String companyIdentifier, String winkVersion) Show campaign inventory Show array of campaign inventory
-
Constructor Details
-
CampaignApi
public CampaignApi() -
CampaignApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showCampaignInventory
public reactor.core.publisher.Flux<CampaignInventoryAffiliate> showCampaignInventory(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show campaign inventory Show array of campaign inventory503 - 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- Show campaigns for this companywinkVersion- The winkVersion parameter- Returns:
- List<CampaignInventoryAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCampaignInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CampaignInventoryAffiliate>>> showCampaignInventoryWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show campaign inventory Show array of campaign inventory503 - 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- Show campaigns for this companywinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<CampaignInventoryAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCampaignInventoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCampaignInventoryWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show campaign inventory Show array of campaign inventory503 - 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- Show campaigns for this companywinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-