Package | Description |
---|---|
foundation.greensoftware.carbonaware.webapi.client | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<EmissionsData> |
CarbonAwareApi.getBestEmissionsDataForLocationsByTime(List<String> location,
OffsetDateTime time,
OffsetDateTime toTime)
Calculate the best emission data by list of locations for a specified time period.
|
ApiResponse<List<EmissionsData>> |
CarbonAwareApi.getBestEmissionsDataForLocationsByTimeWithHttpInfo(List<String> location,
OffsetDateTime time,
OffsetDateTime toTime)
Calculate the best emission data by list of locations for a specified time period.
|
List<EmissionsData> |
CarbonAwareApi.getEmissionsDataForLocationByTime(String location,
OffsetDateTime time,
OffsetDateTime toTime)
Calculate the best emission data by location for a specified time period.
|
ApiResponse<List<EmissionsData>> |
CarbonAwareApi.getEmissionsDataForLocationByTimeWithHttpInfo(String location,
OffsetDateTime time,
OffsetDateTime toTime)
Calculate the best emission data by location for a specified time period.
|
List<EmissionsData> |
CarbonAwareApi.getEmissionsDataForLocationsByTime(List<String> location,
OffsetDateTime time,
OffsetDateTime toTime)
Calculate the observed emission data by list of locations for a specified time period.
|
ApiResponse<List<EmissionsData>> |
CarbonAwareApi.getEmissionsDataForLocationsByTimeWithHttpInfo(List<String> location,
OffsetDateTime time,
OffsetDateTime toTime)
Calculate the observed emission data by list of locations for a specified time period.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CarbonAwareApi.getBestEmissionsDataForLocationsByTimeAsync(List<String> location,
OffsetDateTime time,
OffsetDateTime toTime,
ApiCallback<List<EmissionsData>> _callback)
Calculate the best emission data by list of locations for a specified time period.
|
okhttp3.Call |
CarbonAwareApi.getEmissionsDataForLocationByTimeAsync(String location,
OffsetDateTime time,
OffsetDateTime toTime,
ApiCallback<List<EmissionsData>> _callback)
Calculate the best emission data by location for a specified time period.
|
okhttp3.Call |
CarbonAwareApi.getEmissionsDataForLocationsByTimeAsync(List<String> location,
OffsetDateTime time,
OffsetDateTime toTime,
ApiCallback<List<EmissionsData>> _callback)
Calculate the observed emission data by list of locations for a specified time period.
|
Modifier and Type | Method and Description |
---|---|
EmissionsData |
EmissionsData.duration(String duration) |
static EmissionsData |
EmissionsData.fromJson(String jsonString)
Create an instance of EmissionsData given an JSON string
|
EmissionsData |
EmissionsData.location(String location) |
EmissionsData |
EmissionsData.rating(Double rating) |
EmissionsData |
EmissionsData.time(OffsetDateTime time) |
Copyright © 2024. All rights reserved.