Package io.trippay.sdk.payment.api
Class ManagingEntityApi
java.lang.Object
io.trippay.sdk.payment.api.ManagingEntityApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-15T11:49:21.247312276+07:00[Asia/Bangkok]")
public class ManagingEntityApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<ManagingEntity> showManagingEntities(String winkVersion) 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) Show Managing Entities Lists all entities, including user entity, owned by user.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowManagingEntitiesWithResponseSpec(String winkVersion) Show Managing Entities Lists all entities, including user entity, owned by user.
-
Constructor Details
-
ManagingEntityApi
public ManagingEntityApi() -
ManagingEntityApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showManagingEntities
public reactor.core.publisher.Flux<ManagingEntity> showManagingEntities(String winkVersion) 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 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) 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 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) 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 parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-