Class ApplicationApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:22:15.850489898+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") 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(@Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable 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(@Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable 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(@Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nonnull String id, @Nullable String winkVersion, @Nullable 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(@Nullable String ownerIdentifier, @Nullable String winkVersion, @Nullable 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:
      ownerIdentifier - Optional ownerIdentifier to filter on
      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(@Nullable String ownerIdentifier, @Nullable String winkVersion, @Nullable 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:
      ownerIdentifier - Optional ownerIdentifier to filter on
      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(@Nullable String ownerIdentifier, @Nullable String winkVersion, @Nullable 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:
      ownerIdentifier - Optional ownerIdentifier to filter on
      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<ManagingEntityAuthenticatedEntity> showManagingEntities(@Nullable String subType, @Nullable String winkVersion, @Nullable 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:
      subType - Optional subType to filter on
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<ManagingEntityAuthenticatedEntity>
      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<ManagingEntityAuthenticatedEntity>>> showManagingEntitiesWithHttpInfo(@Nullable String subType, @Nullable String winkVersion, @Nullable 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:
      subType - Optional subType to filter on
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<ManagingEntityAuthenticatedEntity>>
      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(@Nullable String subType, @Nullable String winkVersion, @Nullable 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:
      subType - Optional subType to filter on
      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
    • showManagingEntity

      public reactor.core.publisher.Mono<ManagingEntityAuthenticatedEntity> showManagingEntity(@Nonnull String managingEntityIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Managing Entity Load single managing entity.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      managingEntityIdentifier - Managing entity ID
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ManagingEntityAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showManagingEntityWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ManagingEntityAuthenticatedEntity>> showManagingEntityWithHttpInfo(@Nonnull String managingEntityIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Managing Entity Load single managing entity.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      managingEntityIdentifier - Managing entity ID
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<ManagingEntityAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showManagingEntityWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showManagingEntityWithResponseSpec(@Nonnull String managingEntityIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Managing Entity Load single managing entity.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      managingEntityIdentifier - Managing entity ID
      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(@Nonnull String id, @Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable 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(@Nonnull String id, @Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable 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(@Nonnull String id, @Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable 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