Class AnalyticsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ChartRequestView>createChartRequest(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Create Chart Creates a new chart request.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>createChartRequestWithHttpInfo(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Create Chart Creates a new chart request.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateChartRequestWithResponseSpec(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Create Chart Creates a new chart request.reactor.core.publisher.Mono<RemoveEntryResponse>removeChartRequest(String chartIdentifier, String winkVersion) Remove Chart Remove chart request for specific identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeChartRequestWithHttpInfo(String chartIdentifier, String winkVersion) Remove Chart Remove chart request for specific identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveChartRequestWithResponseSpec(String chartIdentifier, String winkVersion) Remove Chart Remove chart request for specific identifier.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<LineChartConsumer>showAnalytics(String winkVersion) Show Analytics Show analytics the authenticated entity has previously createdreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LineChartConsumer>>>showAnalyticsWithHttpInfo(String winkVersion) Show Analytics Show analytics the authenticated entity has previously createdorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowAnalyticsWithResponseSpec(String winkVersion) Show Analytics Show analytics the authenticated entity has previously createdreactor.core.publisher.Mono<ChartRequestView>showChartRequest(String chartIdentifier, String winkVersion) Show Chart Displays a single chart request by identifier.reactor.core.publisher.Flux<ChartRequestViewConsumer>showChartRequests(String winkVersion) Show Charts Displays all charts for caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ChartRequestViewConsumer>>>showChartRequestsWithHttpInfo(String winkVersion) Show Charts Displays all charts for caller.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowChartRequestsWithResponseSpec(String winkVersion) Show Charts Displays all charts for caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>showChartRequestWithHttpInfo(String chartIdentifier, String winkVersion) Show Chart Displays a single chart request by identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowChartRequestWithResponseSpec(String chartIdentifier, String winkVersion) Show Chart Displays a single chart request by identifier.reactor.core.publisher.Mono<ChartRequestView>updateChartRequest(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Update Chart Updates an existing chart request by identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>updateChartRequestWithHttpInfo(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Update Chart Updates an existing chart request by identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateChartRequestWithResponseSpec(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Update Chart Updates an existing chart request by identifier.
-
Constructor Details
-
AnalyticsApi
public AnalyticsApi() -
AnalyticsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createChartRequest
public reactor.core.publisher.Mono<ChartRequestView> createChartRequest(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Chart Creates a new chart request.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
upsertChartRequestWrapper- The upsertChartRequestWrapper parameterwinkVersion- The winkVersion parameter- Returns:
- ChartRequestView
- 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<ChartRequestView>> createChartRequestWithHttpInfo(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Chart Creates a new chart request.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
upsertChartRequestWrapper- The upsertChartRequestWrapper parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ChartRequestView>
- 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(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Chart Creates a new chart request.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
upsertChartRequestWrapper- The upsertChartRequestWrapper parameterwinkVersion- 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<RemoveEntryResponse> removeChartRequest(String chartIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Chart Remove chart request for specific identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
chartIdentifier- Chart identifierwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponse
- 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<RemoveEntryResponse>> removeChartRequestWithHttpInfo(String chartIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Chart Remove chart request for specific identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
chartIdentifier- Chart identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RemoveEntryResponse>
- 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) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Chart Remove chart request for specific identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
chartIdentifier- Chart identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAnalytics
public reactor.core.publisher.Flux<LineChartConsumer> showAnalytics(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Analytics Show analytics the authenticated entity has previously created503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<LineChartConsumer>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAnalyticsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LineChartConsumer>>> showAnalyticsWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Analytics Show analytics the authenticated entity has previously created503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<LineChartConsumer>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAnalyticsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAnalyticsWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Analytics Show analytics the authenticated entity has previously created503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
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
-
showChartRequest
public reactor.core.publisher.Mono<ChartRequestView> showChartRequest(String chartIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Chart Displays a single chart request by identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierwinkVersion- The winkVersion parameter- Returns:
- ChartRequestView
- 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<ChartRequestView>> showChartRequestWithHttpInfo(String chartIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Chart Displays a single chart request by identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ChartRequestView>
- 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) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Chart Displays a single chart request by identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierwinkVersion- The winkVersion 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<ChartRequestViewConsumer> showChartRequests(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Charts Displays all charts for caller.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<ChartRequestViewConsumer>
- 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<ChartRequestViewConsumer>>> showChartRequestsWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Charts Displays all charts for caller.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<ChartRequestViewConsumer>>
- 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) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Charts Displays all charts for caller.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
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
-
updateChartRequest
public reactor.core.publisher.Mono<ChartRequestView> updateChartRequest(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Chart Updates an existing chart request by identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierupsertChartRequestWrapper- The upsertChartRequestWrapper parameterwinkVersion- The winkVersion parameter- Returns:
- ChartRequestView
- 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<ChartRequestView>> updateChartRequestWithHttpInfo(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Chart Updates an existing chart request by identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierupsertChartRequestWrapper- The upsertChartRequestWrapper parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ChartRequestView>
- 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, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Chart Updates an existing chart request by identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierupsertChartRequestWrapper- The upsertChartRequestWrapper parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-