Class SyndicationEntryPublisherApi

java.lang.Object
travel.wink.sdk.affiliate.api.SyndicationEntryPublisherApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-28T21:18:10.241822052+07:00[Asia/Bangkok]") public class SyndicationEntryPublisherApi extends Object
  • Constructor Details

    • SyndicationEntryPublisherApi

      public SyndicationEntryPublisherApi()
    • SyndicationEntryPublisherApi

      @Autowired public SyndicationEntryPublisherApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • consumeExternalUrlForSyndicationEntry

      public reactor.core.publisher.Mono<UpsertSyndicationEntryAffiliate> consumeExternalUrlForSyndicationEntry(String companyIdentifier, ConsumeExternalUrlRequestAffiliate consumeExternalUrlRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Consume external URL Utility method for reading Open Graph data from an external URL.

      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 - Consume URL for this owner identifier.
      consumeExternalUrlRequestAffiliate - Body payload filtering and sorting preferences
      winkVersion - 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
      Consume external URL Utility method for reading Open Graph data from an external URL.

      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 - Consume URL for this owner identifier.
      consumeExternalUrlRequestAffiliate - Body payload filtering and sorting preferences
      winkVersion - 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
      Consume external URL Utility method for reading Open Graph data from an external URL.

      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 - Consume URL for this owner identifier.
      consumeExternalUrlRequestAffiliate - Body payload filtering and sorting preferences
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSyndicationCategory

      public reactor.core.publisher.Mono<SyndicationCategoryAffiliate> createSyndicationCategory(String companyIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create syndication category Creates a new syndication category.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create category for this owner identifier.
      upsertSyndicationCategoryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationCategoryAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSyndicationCategoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationCategoryAffiliate>> createSyndicationCategoryWithHttpInfo(String companyIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create syndication category Creates a new syndication category.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create category for this owner identifier.
      upsertSyndicationCategoryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationCategoryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSyndicationCategoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createSyndicationCategoryWithResponseSpec(String companyIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create syndication category Creates a new syndication category.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create category for this owner identifier.
      upsertSyndicationCategoryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSyndicationEntry

      public reactor.core.publisher.Mono<SyndicationEntryAffiliate> createSyndicationEntry(String companyIdentifier, UpsertSyndicationEntryAffiliate upsertSyndicationEntryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create syndication entry Creates a new syndication entry.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create entry for this owner identifier.
      upsertSyndicationEntryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationEntryAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSyndicationEntryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationEntryAffiliate>> createSyndicationEntryWithHttpInfo(String companyIdentifier, UpsertSyndicationEntryAffiliate upsertSyndicationEntryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create syndication entry Creates a new syndication entry.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create entry for this owner identifier.
      upsertSyndicationEntryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationEntryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSyndicationEntryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createSyndicationEntryWithResponseSpec(String companyIdentifier, UpsertSyndicationEntryAffiliate upsertSyndicationEntryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create syndication entry Creates a new syndication entry.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create entry for this owner identifier.
      upsertSyndicationEntryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSyndicationCategory

      public reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeSyndicationCategory(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete WinkLinks category Deletes a syndication category.

      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 - Syndication category owned by this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      winkVersion - The winkVersion parameter
      Returns:
      RemoveEntryResponseAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSyndicationCategoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeSyndicationCategoryWithHttpInfo(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete WinkLinks category Deletes a syndication category.

      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 - Syndication category owned by this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<RemoveEntryResponseAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSyndicationCategoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeSyndicationCategoryWithResponseSpec(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete WinkLinks category Deletes a syndication category.

      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 - Syndication category owned by this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSyndicationEntry

      public reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeSyndicationEntry(String companyIdentifier, String syndicationEntryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete WinkLinks entry Deletes a syndication entry.

      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 - Syndication entry owned by this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      winkVersion - The winkVersion parameter
      Returns:
      RemoveEntryResponseAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSyndicationEntryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeSyndicationEntryWithHttpInfo(String companyIdentifier, String syndicationEntryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete WinkLinks entry Deletes a syndication entry.

      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 - Syndication entry owned by this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<RemoveEntryResponseAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSyndicationEntryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeSyndicationEntryWithResponseSpec(String companyIdentifier, String syndicationEntryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete WinkLinks entry Deletes a syndication entry.

      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 - Syndication entry owned by this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationCategory

      public reactor.core.publisher.Mono<SyndicationCategoryAffiliate> showSyndicationCategory(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks category Retrieve syndication category.

      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 - Syndication category owned by this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationCategoryAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationCategoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationCategoryAffiliate>> showSyndicationCategoryWithHttpInfo(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks category Retrieve syndication category.

      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 - Syndication category owned by this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationCategoryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationCategoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSyndicationCategoryWithResponseSpec(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks category Retrieve syndication category.

      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 - Syndication category owned by this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationCategoryList

      public reactor.core.publisher.Flux<SyndicationCategoryAffiliate> showSyndicationCategoryList(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks list Retrieve list of syndication categories.

      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 categories owned by this owner identifier.
      winkVersion - The winkVersion parameter
      Returns:
      List<SyndicationCategoryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationCategoryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SyndicationCategoryAffiliate>>> showSyndicationCategoryListWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks list Retrieve list of syndication categories.

      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 categories owned by this owner identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<SyndicationCategoryAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationCategoryListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSyndicationCategoryListWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks list Retrieve list of syndication categories.

      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 categories owned by this owner identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationEntry

      public reactor.core.publisher.Mono<SyndicationEntryAffiliate> showSyndicationEntry(String companyIdentifier, String syndicationEntryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks entry Retrieve syndication entry.

      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 - Syndication entry owned by this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationEntryAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationEntryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationEntryAffiliate>> showSyndicationEntryWithHttpInfo(String companyIdentifier, String syndicationEntryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks entry Retrieve syndication entry.

      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 - Syndication entry owned by this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationEntryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationEntryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSyndicationEntryWithResponseSpec(String companyIdentifier, String syndicationEntryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks entry Retrieve syndication entry.

      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 - Syndication entry owned by this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationEntryList

      public reactor.core.publisher.Flux<SyndicationEntryAffiliate> showSyndicationEntryList(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks list 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.
      winkVersion - The winkVersion parameter
      Returns:
      List<SyndicationEntryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationEntryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SyndicationEntryAffiliate>>> showSyndicationEntryListWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks list 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.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<SyndicationEntryAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationEntryListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSyndicationEntryListWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks list 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.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationSettings

      public reactor.core.publisher.Mono<SyndicationSettingsAffiliate> showSyndicationSettings(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks settings Load WinkLinks settings.

      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.
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationSettingsAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationSettingsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationSettingsAffiliate>> showSyndicationSettingsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks settings Load WinkLinks settings.

      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.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationSettingsAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSyndicationSettingsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSyndicationSettingsWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show WinkLinks settings Load WinkLinks settings.

      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.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortSyndicationEntryList

      public reactor.core.publisher.Mono<BooleanResponseAffiliate> sortSyndicationEntryList(String companyIdentifier, List<SortedAffiliate> sortedAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Sort entire list Re-sorts all list 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 - Consume URL for this owner identifier.
      sortedAffiliate - List if ids and their new sort slot
      winkVersion - The winkVersion parameter
      Returns:
      BooleanResponseAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortSyndicationEntryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BooleanResponseAffiliate>> sortSyndicationEntryListWithHttpInfo(String companyIdentifier, List<SortedAffiliate> sortedAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Sort entire list Re-sorts all list 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 - Consume URL for this owner identifier.
      sortedAffiliate - List if ids and their new sort slot
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<BooleanResponseAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortSyndicationEntryListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec sortSyndicationEntryListWithResponseSpec(String companyIdentifier, List<SortedAffiliate> sortedAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Sort entire list Re-sorts all list 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 - Consume URL for this owner identifier.
      sortedAffiliate - List if ids and their new sort slot
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSyndicationCategory

      public reactor.core.publisher.Mono<SyndicationCategoryAffiliate> updateSyndicationCategory(String companyIdentifier, String syndicationCategoryIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update syndication category Updates an existing syndication category.

      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 - Create category for this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      upsertSyndicationCategoryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationCategoryAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSyndicationCategoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationCategoryAffiliate>> updateSyndicationCategoryWithHttpInfo(String companyIdentifier, String syndicationCategoryIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update syndication category Updates an existing syndication category.

      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 - Create category for this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      upsertSyndicationCategoryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationCategoryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSyndicationCategoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateSyndicationCategoryWithResponseSpec(String companyIdentifier, String syndicationCategoryIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update syndication category Updates an existing syndication category.

      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 - Create category for this owner identifier.
      syndicationCategoryIdentifier - Syndication category identifier.
      upsertSyndicationCategoryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSyndicationEntry

      public reactor.core.publisher.Mono<SyndicationEntryAffiliate> updateSyndicationEntry(String companyIdentifier, String syndicationEntryIdentifier, UpsertSyndicationEntryAffiliate upsertSyndicationEntryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update syndication entry Updates an existing syndication entry.

      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 - Create entry for this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      upsertSyndicationEntryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationEntryAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSyndicationEntryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationEntryAffiliate>> updateSyndicationEntryWithHttpInfo(String companyIdentifier, String syndicationEntryIdentifier, UpsertSyndicationEntryAffiliate upsertSyndicationEntryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update syndication entry Updates an existing syndication entry.

      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 - Create entry for this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      upsertSyndicationEntryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationEntryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSyndicationEntryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateSyndicationEntryWithResponseSpec(String companyIdentifier, String syndicationEntryIdentifier, UpsertSyndicationEntryAffiliate upsertSyndicationEntryAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update syndication entry Updates an existing syndication entry.

      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 - Create entry for this owner identifier.
      syndicationEntryIdentifier - Syndication entry identifier.
      upsertSyndicationEntryAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • upsertSyndicationSettings

      public reactor.core.publisher.Mono<SyndicationSettingsAffiliate> upsertSyndicationSettings(String companyIdentifier, UpsertSyndicationSettingsAffiliate upsertSyndicationSettingsAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Upsert syndication settings Upsert a new syndication settings.

      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 - Update settings for this owner identifier.
      upsertSyndicationSettingsAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      SyndicationSettingsAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • upsertSyndicationSettingsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationSettingsAffiliate>> upsertSyndicationSettingsWithHttpInfo(String companyIdentifier, UpsertSyndicationSettingsAffiliate upsertSyndicationSettingsAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Upsert syndication settings Upsert a new syndication settings.

      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 - Update settings for this owner identifier.
      upsertSyndicationSettingsAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SyndicationSettingsAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • upsertSyndicationSettingsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec upsertSyndicationSettingsWithResponseSpec(String companyIdentifier, UpsertSyndicationSettingsAffiliate upsertSyndicationSettingsAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Upsert syndication settings Upsert a new syndication settings.

      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 - Update settings for this owner identifier.
      upsertSyndicationSettingsAffiliate - Request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API