Class AnalyticsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ChartRequestView>createChartRequest(ChartRequestWrapper chartRequestWrapper) Create Chart Creates a new chart request.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>createChartRequestWithHttpInfo(ChartRequestWrapper chartRequestWrapper) reactor.core.publisher.Mono<RemoveEntryResponse>removeChartRequest(String chartIdentifier, String accept) Remove Chart Remove chart request for specific identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeChartRequestWithHttpInfo(String chartIdentifier, String accept) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<LineChart>showAnalytics(String accept) Show Analytics Show analytics the authenticated entity has previously createdshowAnalyticsWithHttpInfo(String accept) reactor.core.publisher.Mono<ChartRequestView>showChartRequest(String chartIdentifier, String accept) Show Chart Displays a single chart request by identifier.reactor.core.publisher.Flux<ChartRequestView>showChartRequests(String accept) Show Charts Displays all charts for caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ChartRequestView>>>showChartRequestsWithHttpInfo(String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>showChartRequestWithHttpInfo(String chartIdentifier, String accept) reactor.core.publisher.Mono<ChartRequestView>updateChartRequest(String chartIdentifier, ChartRequestWrapper chartRequestWrapper) Update Chart Updates an existing chart request by identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>updateChartRequestWithHttpInfo(String chartIdentifier, ChartRequestWrapper chartRequestWrapper)
-
Constructor Details
-
AnalyticsApi
public AnalyticsApi() -
AnalyticsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createChartRequest
public reactor.core.publisher.Mono<ChartRequestView> createChartRequest(ChartRequestWrapper chartRequestWrapper) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Chart Creates a new chart request.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
chartRequestWrapper- The chartRequestWrapper 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(ChartRequestWrapper chartRequestWrapper) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeChartRequest
public reactor.core.publisher.Mono<RemoveEntryResponse> removeChartRequest(String chartIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Chart Remove chart request for specific identifier.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
chartIdentifier- Chart identifieraccept- The accept 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 accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showAnalytics
public reactor.core.publisher.Flux<LineChart> showAnalytics(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Analytics Show analytics the authenticated entity has previously created400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<LineChart>
- 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<LineChart>>> showAnalyticsWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChartRequest
public reactor.core.publisher.Mono<ChartRequestView> showChartRequest(String chartIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Chart Displays a single chart request by identifier.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifieraccept- The accept 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 accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChartRequests
public reactor.core.publisher.Flux<ChartRequestView> showChartRequests(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Charts Displays all charts for caller.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<ChartRequestView>
- 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<ChartRequestView>>> showChartRequestsWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateChartRequest
public reactor.core.publisher.Mono<ChartRequestView> updateChartRequest(String chartIdentifier, ChartRequestWrapper chartRequestWrapper) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Chart Updates an existing chart request by identifier.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
chartIdentifier- Chart identifierchartRequestWrapper- The chartRequestWrapper 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, ChartRequestWrapper chartRequestWrapper) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-