Class ApplicationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<EngineView>createApplication(String companyIdentifier, SaveEngineRequest saveEngineRequest) Create Application Creates a new application for company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineView>>createApplicationWithHttpInfo(String companyIdentifier, SaveEngineRequest saveEngineRequest) reactor.core.publisher.Mono<UniqueResult>isEngineNameUnique(UniqueRequest uniqueRequest) Application Name Uniqueness Checks to see if the name for the application you want to use is unique.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UniqueResult>>isEngineNameUniqueWithHttpInfo(UniqueRequest uniqueRequest) reactor.core.publisher.Mono<RemoveEntryResponse>removeApplication(String companyIdentifier, String engineIdentifier, String accept) Delete Application Deletes an application.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeApplicationWithHttpInfo(String companyIdentifier, String engineIdentifier, String accept) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<EngineView>showAllApplicationsForUser(String accept) Show Applications by Owner Retrieve a list of applications for all companies the caller has access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<EngineView>>>reactor.core.publisher.Mono<EngineView>showApplication(String companyIdentifier, String engineIdentifier, String accept) Show Application Retrieve a specific application.reactor.core.publisher.Flux<EngineView>showApplications(String companyIdentifier, String accept) Show Applications Retrieve a list of applications for a specific company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<EngineView>>>showApplicationsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineView>>showApplicationWithHttpInfo(String companyIdentifier, String engineIdentifier, String accept) reactor.core.publisher.Mono<EngineView>updateApplication(String companyIdentifier, String engineIdentifier, SaveEngineRequest saveEngineRequest) Update Application Updates an existing application.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineView>>updateApplicationWithHttpInfo(String companyIdentifier, String engineIdentifier, SaveEngineRequest saveEngineRequest)
-
Constructor Details
-
ApplicationApi
public ApplicationApi() -
ApplicationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createApplication
public reactor.core.publisher.Mono<EngineView> createApplication(String companyIdentifier, SaveEngineRequest saveEngineRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Creates a new application for company.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
201 - Created
- Parameters:
companyIdentifier- Create new application and associate with this companysaveEngineRequest- The saveEngineRequest parameter- Returns:
- EngineView
- 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<EngineView>> createApplicationWithHttpInfo(String companyIdentifier, SaveEngineRequest saveEngineRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
isEngineNameUnique
public reactor.core.publisher.Mono<UniqueResult> isEngineNameUnique(UniqueRequest uniqueRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Application Name Uniqueness Checks to see if the name for the application you want to use is unique.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
uniqueRequest- The uniqueRequest parameter- Returns:
- UniqueResult
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
isEngineNameUniqueWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UniqueResult>> isEngineNameUniqueWithHttpInfo(UniqueRequest uniqueRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeApplication
public reactor.core.publisher.Mono<RemoveEntryResponse> removeApplication(String companyIdentifier, String engineIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Deletes an application.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
202 - Accepted
- Parameters:
companyIdentifier- Remove application owned by this companyengineIdentifier- Remove application with this identifieraccept- The accept parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeApplicationWithHttpInfo(String companyIdentifier, String engineIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showAllApplicationsForUser
public reactor.core.publisher.Flux<EngineView> showAllApplicationsForUser(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications by Owner Retrieve a list of applications for all companies the caller has access to.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<EngineView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAllApplicationsForUserWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<EngineView>>> showAllApplicationsForUserWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showApplication
public reactor.core.publisher.Mono<EngineView> showApplication(String companyIdentifier, String engineIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Retrieve a specific application.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Show application for company with this identifierengineIdentifier- Show application with this identifieraccept- The accept parameter- Returns:
- EngineView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<EngineView>> showApplicationWithHttpInfo(String companyIdentifier, String engineIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showApplications
public reactor.core.publisher.Flux<EngineView> showApplications(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications Retrieve a list of applications for a specific company.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Show applications for company with this identifieraccept- The accept parameter- Returns:
- List<EngineView>
- 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<EngineView>>> showApplicationsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateApplication
public reactor.core.publisher.Mono<EngineView> updateApplication(String companyIdentifier, String engineIdentifier, SaveEngineRequest saveEngineRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Updates an existing application.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Update existing application and associate with this companyengineIdentifier- Update application with this identifiersaveEngineRequest- The saveEngineRequest parameter- Returns:
- EngineView
- 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<EngineView>> updateApplicationWithHttpInfo(String companyIdentifier, String engineIdentifier, SaveEngineRequest saveEngineRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-