Class OperationsApi
java.lang.Object
travel.wink.hotelbeds.cache.sdk.api.OperationsApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:24.150740956+07:00[Asia/Bangkok]")
public class OperationsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<File>confirmVersions(Integer version, String apiKey, String xSignature, String accept, String acceptEncoding) ConfirmVersions Mediante el uso del parámetro versión, se le especifica al sistema el punto a partir del cual, mediante la operación UPDATE se devolverá sólo los archivos AIF modificadosreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>>confirmVersionsWithHttpInfo(Integer version, String apiKey, String xSignature, String accept, String acceptEncoding) ConfirmVersions Mediante el uso del parámetro versión, se le especifica al sistema el punto a partir del cual, mediante la operación UPDATE se devolverá sólo los archivos AIF modificadosorg.springframework.web.reactive.function.client.WebClient.ResponseSpecconfirmVersionsWithResponseSpec(Integer version, String apiKey, String xSignature, String accept, String acceptEncoding) ConfirmVersions Mediante el uso del parámetro versión, se le especifica al sistema el punto a partir del cual, mediante la operación UPDATE se devolverá sólo los archivos AIF modificadosreactor.core.publisher.Mono<File>FullRates Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>>fullRatesWithHttpInfo(String accept, String apiKey, String xSignature) FullRates Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.org.springframework.web.reactive.function.client.WebClient.ResponseSpecfullRatesWithResponseSpec(String accept, String apiKey, String xSignature) FullRates Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.reactor.core.publisher.Mono<File>fULLsinmashery(String apiKey, String xSignature, String accept, String acceptEncoding) FULL sin mashery Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>>fULLsinmasheryWithHttpInfo(String apiKey, String xSignature, String accept, String acceptEncoding) FULL sin mashery Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.org.springframework.web.reactive.function.client.WebClient.ResponseSpecfULLsinmasheryWithResponseSpec(String apiKey, String xSignature, String accept, String acceptEncoding) FULL sin mashery Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<File>updateRates(String apiKey, String xSignature, String accept, String acceptEncoding) UpdateRates Teniendo en cuenta el valor de la llamada CONFIRM, se devuelven todos los archivos que han cambiado a partir de la versión especificada.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>>updateRatesWithHttpInfo(String apiKey, String xSignature, String accept, String acceptEncoding) UpdateRates Teniendo en cuenta el valor de la llamada CONFIRM, se devuelven todos los archivos que han cambiado a partir de la versión especificada.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateRatesWithResponseSpec(String apiKey, String xSignature, String accept, String acceptEncoding) UpdateRates Teniendo en cuenta el valor de la llamada CONFIRM, se devuelven todos los archivos que han cambiado a partir de la versión especificada.
-
Constructor Details
-
OperationsApi
public OperationsApi() -
OperationsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
confirmVersions
public reactor.core.publisher.Mono<File> confirmVersions(Integer version, String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException ConfirmVersions Mediante el uso del parámetro versión, se le especifica al sistema el punto a partir del cual, mediante la operación UPDATE se devolverá sólo los archivos AIF modificados200 - A .ZIP file
- Parameters:
version-apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- File
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
confirmVersionsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>> confirmVersionsWithHttpInfo(Integer version, String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException ConfirmVersions Mediante el uso del parámetro versión, se le especifica al sistema el punto a partir del cual, mediante la operación UPDATE se devolverá sólo los archivos AIF modificados200 - A .ZIP file
- Parameters:
version-apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- ResponseEntity<File>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
confirmVersionsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec confirmVersionsWithResponseSpec(Integer version, String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException ConfirmVersions Mediante el uso del parámetro versión, se le especifica al sistema el punto a partir del cual, mediante la operación UPDATE se devolverá sólo los archivos AIF modificados200 - A .ZIP file
- Parameters:
version-apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
fULLsinmashery
public reactor.core.publisher.Mono<File> fULLsinmashery(String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException FULL sin mashery Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.200 - A .ZIP file
- Parameters:
apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- File
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
fULLsinmasheryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>> fULLsinmasheryWithHttpInfo(String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException FULL sin mashery Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.200 - A .ZIP file
- Parameters:
apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- ResponseEntity<File>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
fULLsinmasheryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec fULLsinmasheryWithResponseSpec(String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException FULL sin mashery Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.200 - A .ZIP file
- Parameters:
apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
fullRates
public reactor.core.publisher.Mono<File> fullRates(String accept, String apiKey, String xSignature) throws org.springframework.web.reactive.function.client.WebClientResponseException FullRates Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.200 - A .ZIP file
- Parameters:
accept- Defines response format, posible values: application/xml, application/jsonapiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds- Returns:
- File
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
fullRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>> fullRatesWithHttpInfo(String accept, String apiKey, String xSignature) throws org.springframework.web.reactive.function.client.WebClientResponseException FullRates Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.200 - A .ZIP file
- Parameters:
accept- Defines response format, posible values: application/xml, application/jsonapiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds- Returns:
- ResponseEntity<File>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
fullRatesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec fullRatesWithResponseSpec(String accept, String apiKey, String xSignature) throws org.springframework.web.reactive.function.client.WebClientResponseException FullRates Devuelve un zip con todos los ficheros AIF diponibles por el cliente que realizar la operación.200 - A .ZIP file
- Parameters:
accept- Defines response format, posible values: application/xml, application/jsonapiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRates
public reactor.core.publisher.Mono<File> updateRates(String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException UpdateRates Teniendo en cuenta el valor de la llamada CONFIRM, se devuelven todos los archivos que han cambiado a partir de la versión especificada.200 - A .ZIP file
- Parameters:
apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- File
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<File>> updateRatesWithHttpInfo(String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException UpdateRates Teniendo en cuenta el valor de la llamada CONFIRM, se devuelven todos los archivos que han cambiado a partir de la versión especificada.200 - A .ZIP file
- Parameters:
apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- ResponseEntity<File>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRatesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateRatesWithResponseSpec(String apiKey, String xSignature, String accept, String acceptEncoding) throws org.springframework.web.reactive.function.client.WebClientResponseException UpdateRates Teniendo en cuenta el valor de la llamada CONFIRM, se devuelven todos los archivos que han cambiado a partir de la versión especificada.200 - A .ZIP file
- Parameters:
apiKey- API Key used in the requestxSignature- SHA256 hash in Hex format from your API Key, your secret plus current timestamps in secondsaccept- Defines response format, posible values: application/xml, application/jsonacceptEncoding- Defines type of encoding used on the data- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-