Package | Description |
---|---|
foundation.greensoftware.carbonaware.webapi.client | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<CarbonIntensityDTO> |
CarbonAwareApi.getAverageCarbonIntensityBatch(List<CarbonIntensityBatchParametersDTO> carbonIntensityBatchParametersDTO)
Given an array of request objects, each with their own location and time boundaries, calculate the average carbon intensity for that location and time period and return an array of carbon intensity objects.
|
okhttp3.Call |
CarbonAwareApi.getAverageCarbonIntensityBatchAsync(List<CarbonIntensityBatchParametersDTO> carbonIntensityBatchParametersDTO,
ApiCallback<List<CarbonIntensityDTO>> _callback)
Given an array of request objects, each with their own location and time boundaries, calculate the average carbon intensity for that location and time period and return an array of carbon intensity objects.
|
okhttp3.Call |
CarbonAwareApi.getAverageCarbonIntensityBatchCall(List<CarbonIntensityBatchParametersDTO> carbonIntensityBatchParametersDTO,
ApiCallback _callback)
Build call for getAverageCarbonIntensityBatch
|
ApiResponse<List<CarbonIntensityDTO>> |
CarbonAwareApi.getAverageCarbonIntensityBatchWithHttpInfo(List<CarbonIntensityBatchParametersDTO> carbonIntensityBatchParametersDTO)
Given an array of request objects, each with their own location and time boundaries, calculate the average carbon intensity for that location and time period and return an array of carbon intensity objects.
|
Modifier and Type | Method and Description |
---|---|
CarbonIntensityBatchParametersDTO |
CarbonIntensityBatchParametersDTO.endTime(OffsetDateTime endTime) |
static CarbonIntensityBatchParametersDTO |
CarbonIntensityBatchParametersDTO.fromJson(String jsonString)
Create an instance of CarbonIntensityBatchParametersDTO given an JSON string
|
CarbonIntensityBatchParametersDTO |
CarbonIntensityBatchParametersDTO.location(String location) |
CarbonIntensityBatchParametersDTO |
CarbonIntensityBatchParametersDTO.startTime(OffsetDateTime startTime) |
Copyright © 2024. All rights reserved.