Class ApplicationApi
java.lang.Object
io.trippay.sdk.payment.api.ApplicationApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-11-04T17:36:03.119950232+07:00[Asia/Bangkok]")
public class ApplicationApi
extends Object
-
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, String accept) Delete Application Remove a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> deleteApplicationWithHttpInfo(String id, String winkVersion, String accept) Delete Application Remove a specific applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecdeleteApplicationWithResponseSpec(String id, String winkVersion, String accept) Delete Application Remove a specific applicationreactor.core.publisher.Mono<Application> loadApplication(String id, String winkVersion, String accept) Show Application Show a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>> loadApplicationWithHttpInfo(String id, String winkVersion, String accept) Show Application Show a specific applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecloadApplicationWithResponseSpec(String id, String winkVersion, String accept) Show Application Show a specific applicationreactor.core.publisher.Mono<RevokeClientIdResponse> revokeApplication(String id, String winkVersion, String accept) Revoke Application Credentials Refreshes the clientId and secretKey properties.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RevokeClientIdResponse>> revokeApplicationWithHttpInfo(String id, String winkVersion, String accept) Revoke Application Credentials Refreshes the clientId and secretKey properties.org.springframework.web.reactive.function.client.WebClient.ResponseSpecrevokeApplicationWithResponseSpec(String id, String winkVersion, String accept) Revoke Application Credentials Refreshes the clientId and secretKey properties.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<Application> showApplicationsByUser(String winkVersion, String accept) Show Applications List all applications owned by creating entityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> showApplicationsByUserWithHttpInfo(String winkVersion, String accept) Show Applications List all applications owned by creating entityorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowApplicationsByUserWithResponseSpec(String winkVersion, String accept) Show Applications List all applications owned by creating entityreactor.core.publisher.Flux<ManagingEntity> showManagingEntities(String winkVersion, String accept) Show Managing Entities Lists all entities, including user entity, owned by user.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagingEntity>>> showManagingEntitiesWithHttpInfo(String winkVersion, String accept) Show Managing Entities Lists all entities, including user entity, owned by user.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowManagingEntitiesWithResponseSpec(String winkVersion, String accept) Show Managing Entities Lists all entities, including user entity, owned by user.reactor.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 application201 - 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 application201 - 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 application201 - 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsByUser
public reactor.core.publisher.Flux<Application> showApplicationsByUser(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<Application>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsByUserWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> showApplicationsByUserWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<Application>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsByUserWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showApplicationsByUserWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntities
public reactor.core.publisher.Flux<ManagingEntity> showManagingEntities(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entities Lists all entities, including user entity, owned by user.200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<ManagingEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntitiesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagingEntity>>> showManagingEntitiesWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entities Lists all entities, including user entity, owned by user.200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<ManagingEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntitiesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showManagingEntitiesWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entities Lists all entities, including user entity, owned by user.200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept 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 application200 - 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 application200 - 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 application200 - 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
-