Class ApplicationApi

java.lang.Object
travel.wink.sdk.user.settings.api.ApplicationApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-04T20:51:20.637878362+07:00[Asia/Bangkok]") public class ApplicationApi extends Object
  • Constructor Details

    • ApplicationApi

      public ApplicationApi()
    • ApplicationApi

      @Autowired public ApplicationApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

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

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertApplicationRequest - The upsertApplicationRequest parameter
      winkVersion - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertApplicationRequest - The upsertApplicationRequest parameter
      winkVersion - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      upsertApplicationRequest - The upsertApplicationRequest parameter
      winkVersion - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - 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.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Applications List all applications owned by creating entity

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept 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, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Applications List all applications owned by creating entity

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - 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
    • showApplicationsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showApplicationsWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Applications List all applications owned by creating entity

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - 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.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - 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.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - 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.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      upsertApplicationRequest - The upsertApplicationRequest parameter
      winkVersion - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      upsertApplicationRequest - The upsertApplicationRequest parameter
      winkVersion - 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 application

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      id - The id parameter
      upsertApplicationRequest - The upsertApplicationRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API