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 Details

    • ManagingEntityApi

      public ManagingEntityApi()
    • ManagingEntityApi

      @Autowired public ManagingEntityApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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