Class AnalyticsApi

java.lang.Object
travel.wink.sdk.analytics.api.AnalyticsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-27T09:35:35.803475619+07:00[Asia/Bangkok]") public class AnalyticsApi extends Object
  • Constructor Details

    • AnalyticsApi

      public AnalyticsApi()
    • AnalyticsApi

      @Autowired public AnalyticsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createChartRequest

      public reactor.core.publisher.Mono<ChartRequestViewAuthenticatedEntity> createChartRequest(UpsertChartRequestWrapperAuthenticatedEntity upsertChartRequestWrapperAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Chart Creates a new chart request.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      upsertChartRequestWrapperAuthenticatedEntity - The upsertChartRequestWrapperAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ChartRequestViewAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createChartRequestWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestViewAuthenticatedEntity>> createChartRequestWithHttpInfo(UpsertChartRequestWrapperAuthenticatedEntity upsertChartRequestWrapperAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Chart Creates a new chart request.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      upsertChartRequestWrapperAuthenticatedEntity - The upsertChartRequestWrapperAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<ChartRequestViewAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createChartRequestWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createChartRequestWithResponseSpec(UpsertChartRequestWrapperAuthenticatedEntity upsertChartRequestWrapperAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Chart Creates a new chart request.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      upsertChartRequestWrapperAuthenticatedEntity - The upsertChartRequestWrapperAuthenticatedEntity 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
    • removeChartRequest

      public reactor.core.publisher.Mono<RemoveEntryResponseAuthenticatedEntity> removeChartRequest(String chartIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Chart Remove chart request for specific identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      RemoveEntryResponseAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeChartRequestWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAuthenticatedEntity>> removeChartRequestWithHttpInfo(String chartIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Chart Remove chart request for specific identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<RemoveEntryResponseAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeChartRequestWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeChartRequestWithResponseSpec(String chartIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Chart Remove chart request for specific identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      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
    • showAnalyticsGrid

      public reactor.core.publisher.Mono<PageLineChartNonAuthenticatedEntity> showAnalyticsGrid(StateNonAuthenticatedEntity stateNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Analytics Grid Show paginated analytics.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      stateNonAuthenticatedEntity - The stateNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      PageLineChartNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAnalyticsGridWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageLineChartNonAuthenticatedEntity>> showAnalyticsGridWithHttpInfo(StateNonAuthenticatedEntity stateNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Analytics Grid Show paginated analytics.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      stateNonAuthenticatedEntity - The stateNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageLineChartNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAnalyticsGridWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAnalyticsGridWithResponseSpec(StateNonAuthenticatedEntity stateNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Analytics Grid Show paginated analytics.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      stateNonAuthenticatedEntity - The stateNonAuthenticatedEntity 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
    • showAnalyticsList

      public reactor.core.publisher.Flux<LineChartNonAuthenticatedEntity> showAnalyticsList(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Analytics Show analytics.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<LineChartNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAnalyticsListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LineChartNonAuthenticatedEntity>>> showAnalyticsListWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Analytics Show analytics.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<LineChartNonAuthenticatedEntity>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAnalyticsListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAnalyticsListWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Analytics Show analytics.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      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
    • showChartRequest

      public reactor.core.publisher.Mono<ChartRequestViewAuthenticatedEntity> showChartRequest(String chartIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Chart Displays a single chart request by identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ChartRequestViewAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showChartRequestWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestViewAuthenticatedEntity>> showChartRequestWithHttpInfo(String chartIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Chart Displays a single chart request by identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<ChartRequestViewAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showChartRequestWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showChartRequestWithResponseSpec(String chartIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Chart Displays a single chart request by identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      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
    • showChartRequests

      public reactor.core.publisher.Flux<ChartRequestViewAuthenticatedEntity> showChartRequests(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Charts Displays all charts for caller.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<ChartRequestViewAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showChartRequestsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ChartRequestViewAuthenticatedEntity>>> showChartRequestsWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Charts Displays all charts for caller.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<ChartRequestViewAuthenticatedEntity>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showChartRequestsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showChartRequestsWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Charts Displays all charts for caller.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      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
    • updateChartRequest

      public reactor.core.publisher.Mono<ChartRequestViewAuthenticatedEntity> updateChartRequest(String chartIdentifier, UpsertChartRequestWrapperAuthenticatedEntity upsertChartRequestWrapperAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Chart Updates an existing chart request by identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      upsertChartRequestWrapperAuthenticatedEntity - The upsertChartRequestWrapperAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ChartRequestViewAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateChartRequestWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestViewAuthenticatedEntity>> updateChartRequestWithHttpInfo(String chartIdentifier, UpsertChartRequestWrapperAuthenticatedEntity upsertChartRequestWrapperAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Chart Updates an existing chart request by identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      upsertChartRequestWrapperAuthenticatedEntity - The upsertChartRequestWrapperAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<ChartRequestViewAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateChartRequestWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateChartRequestWithResponseSpec(String chartIdentifier, UpsertChartRequestWrapperAuthenticatedEntity upsertChartRequestWrapperAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Chart Updates an existing chart request by identifier.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      chartIdentifier - Chart identifier
      upsertChartRequestWrapperAuthenticatedEntity - The upsertChartRequestWrapperAuthenticatedEntity 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