Class ApplicationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreateApplicationResponse> createApplication(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Create Application Create a new applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateApplicationResponse>> createApplicationWithHttpInfo(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Create Application Create a new applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateApplicationWithResponseSpec(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Create Application Create a new applicationreactor.core.publisher.Mono<RemoveEntryResponse> deleteApplication(String id, String winkVersion) Delete Application Remove a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> deleteApplicationWithHttpInfo(String id, String winkVersion) Delete Application Remove a specific applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecdeleteApplicationWithResponseSpec(String id, String winkVersion) Delete Application Remove a specific applicationreactor.core.publisher.Mono<Application> loadApplication(String id, String winkVersion) Show Application Show a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>> loadApplicationWithHttpInfo(String id, String winkVersion) Show Application Show a specific applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecloadApplicationWithResponseSpec(String id, String winkVersion) Show Application Show a specific applicationreactor.core.publisher.Mono<RevokeClientIdResponse> revokeApplication(String id, String winkVersion) Revoke Application Credentials Refreshes the clientId and secretKey properties.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RevokeClientIdResponse>> revokeApplicationWithHttpInfo(String id, String winkVersion) Revoke Application Credentials Refreshes the clientId and secretKey properties.org.springframework.web.reactive.function.client.WebClient.ResponseSpecrevokeApplicationWithResponseSpec(String id, String winkVersion) Revoke Application Credentials Refreshes the clientId and secretKey properties.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<Application> showApplications(String winkVersion) Show Applications List all applications owned by creating entityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> showApplicationsWithHttpInfo(String winkVersion) Show Applications List all applications owned by creating entityorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowApplicationsWithResponseSpec(String winkVersion) Show Applications List all applications owned by creating entityreactor.core.publisher.Mono<UpdateApplicationResponse> updateApplication(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Update Application Update an existing applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpdateApplicationResponse>> updateApplicationWithHttpInfo(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Update Application Update an existing applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateApplicationWithResponseSpec(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Update Application Update an existing application
-
Constructor Details
-
ApplicationApi
public ApplicationApi() -
ApplicationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createApplication
public reactor.core.publisher.Mono<CreateApplicationResponse> createApplication(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Create a new application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
upsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- CreateApplicationResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateApplicationResponse>> createApplicationWithHttpInfo(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Create a new application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
upsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CreateApplicationResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createApplicationWithResponseSpec(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Create a new application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
upsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteApplication
public reactor.core.publisher.Mono<RemoveEntryResponse> deleteApplication(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> deleteApplicationWithHttpInfo(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RemoveEntryResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec deleteApplicationWithResponseSpec(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
loadApplication
public reactor.core.publisher.Mono<Application> loadApplication(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- Application
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
loadApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>> loadApplicationWithHttpInfo(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<Application>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
loadApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec loadApplicationWithResponseSpec(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
revokeApplication
public reactor.core.publisher.Mono<RevokeClientIdResponse> revokeApplication(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.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:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- RevokeClientIdResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
revokeApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RevokeClientIdResponse>> revokeApplicationWithHttpInfo(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.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:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RevokeClientIdResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
revokeApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec revokeApplicationWithResponseSpec(String id, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.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:
id- The id parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplications
public reactor.core.publisher.Flux<Application> showApplications(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<Application>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> showApplicationsWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<Application>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showApplicationsWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplication
public reactor.core.publisher.Mono<UpdateApplicationResponse> updateApplication(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Update an existing application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterupsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- UpdateApplicationResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpdateApplicationResponse>> updateApplicationWithHttpInfo(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Update an existing application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterupsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpdateApplicationResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateApplicationWithResponseSpec(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Update an existing application503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
id- The id parameterupsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-