Class CustomizationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<EngineConfigurationViewAffiliate>createApplicationConfiguration(String companyIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) Create Customization Create a new customization and associate it with the specified application.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>>createApplicationConfigurationWithHttpInfo(String companyIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) reactor.core.publisher.Mono<RemoveEntryResponseAffiliate>removeApplicationConfiguration(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) Remove Customization Remove an existing customization.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>>removeApplicationConfigurationWithHttpInfo(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<EngineConfigurationViewAffiliate>showApplicationConfiguration(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) Show Customization Retrieve the primary customization for an application.reactor.core.publisher.Flux<EngineConfigurationViewAffiliate>showApplicationConfigurationsByOwner(String companyIdentifier, String winkVersion) Show Customizations Retrieve a list of customizations for specified company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<EngineConfigurationViewAffiliate>>>showApplicationConfigurationsByOwnerWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>>showApplicationConfigurationWithHttpInfo(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) reactor.core.publisher.Mono<EngineConfigurationViewAffiliate>showPrimaryApplicationConfiguration(String companyIdentifier, String winkVersion) Show Primary Customization Retrieve the primary customization for an application.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>>showPrimaryApplicationConfigurationWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Mono<EngineConfigurationViewAffiliate>updateApplicationConfiguration(String companyIdentifier, String engineConfigurationIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) Update Customization Update an existing customization.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>>updateApplicationConfigurationWithHttpInfo(String companyIdentifier, String engineConfigurationIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion)
-
Constructor Details
-
CustomizationApi
public CustomizationApi() -
CustomizationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createApplicationConfiguration
public reactor.core.publisher.Mono<EngineConfigurationViewAffiliate> createApplicationConfiguration(String companyIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Customization Create a new customization and associate it with the specified application.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
companyIdentifier- Create customization for this companyupsertEngineConfigurationRequestAffiliate- The upsertEngineConfigurationRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- EngineConfigurationViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createApplicationConfigurationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>> createApplicationConfigurationWithHttpInfo(String companyIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeApplicationConfiguration
public reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeApplicationConfiguration(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Customization Remove an existing customization.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
companyIdentifier- Remove customization for this companyengineConfigurationIdentifier- Remove customization with this identifierwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponseAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeApplicationConfigurationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeApplicationConfigurationWithHttpInfo(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showApplicationConfiguration
public reactor.core.publisher.Mono<EngineConfigurationViewAffiliate> showApplicationConfiguration(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Customization Retrieve the primary customization for an application.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show customization for this companyengineConfigurationIdentifier- Load customization with this identifierwinkVersion- The winkVersion parameter- Returns:
- EngineConfigurationViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationConfigurationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>> showApplicationConfigurationWithHttpInfo(String companyIdentifier, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showApplicationConfigurationsByOwner
public reactor.core.publisher.Flux<EngineConfigurationViewAffiliate> showApplicationConfigurationsByOwner(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Customizations Retrieve a list of customizations for specified company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show customizations for this companywinkVersion- The winkVersion parameter- Returns:
- List<EngineConfigurationViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationConfigurationsByOwnerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<EngineConfigurationViewAffiliate>>> showApplicationConfigurationsByOwnerWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPrimaryApplicationConfiguration
public reactor.core.publisher.Mono<EngineConfigurationViewAffiliate> showPrimaryApplicationConfiguration(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Primary Customization Retrieve the primary customization for an application.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show customization for this companywinkVersion- The winkVersion parameter- Returns:
- EngineConfigurationViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPrimaryApplicationConfigurationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>> showPrimaryApplicationConfigurationWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateApplicationConfiguration
public reactor.core.publisher.Mono<EngineConfigurationViewAffiliate> updateApplicationConfiguration(String companyIdentifier, String engineConfigurationIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Customization Update an existing customization.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Update customization for this companyengineConfigurationIdentifier- Update customization with this applicationupsertEngineConfigurationRequestAffiliate- The upsertEngineConfigurationRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- EngineConfigurationViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplicationConfigurationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineConfigurationViewAffiliate>> updateApplicationConfigurationWithHttpInfo(String companyIdentifier, String engineConfigurationIdentifier, UpsertEngineConfigurationRequestAffiliate upsertEngineConfigurationRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-