- generatedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- getActualInstance() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
-
Get the actual instance
- getActualInstanceRecursively() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
-
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
- getAdditionalProperties() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Return the additional (undeclared) property.
- getAdditionalProperty(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Return the additional (undeclared) property with the specified name.
- getAllLocations() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
Get all locations instances
- getAllLocationsAsync(ApiCallback<Map<String, Location>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
Get all locations instances (asynchronously)
- getAllLocationsCall(ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
Build call for getAllLocations
- getAllLocationsWithHttpInfo() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
Get all locations instances
- getApiClient() - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
- getApiClient() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
- getApiKey() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
-
- getAuthentication(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAverageCarbonIntensity(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Retrieves the measured carbon intensity data between the time boundaries and calculates the average carbon intensity during that period.
- getAverageCarbonIntensityAsync(String, OffsetDateTime, OffsetDateTime, ApiCallback<CarbonIntensityDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Retrieves the measured carbon intensity data between the time boundaries and calculates the average carbon intensity during that period.
- getAverageCarbonIntensityBatch(List<CarbonIntensityBatchParametersDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
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.
- getAverageCarbonIntensityBatchAsync(List<CarbonIntensityBatchParametersDTO>, ApiCallback<List<CarbonIntensityDTO>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
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.
- getAverageCarbonIntensityBatchCall(List<CarbonIntensityBatchParametersDTO>, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Build call for getAverageCarbonIntensityBatch
- getAverageCarbonIntensityBatchWithHttpInfo(List<CarbonIntensityBatchParametersDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
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.
- getAverageCarbonIntensityCall(String, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Build call for getAverageCarbonIntensity
- getAverageCarbonIntensityWithHttpInfo(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Retrieves the measured carbon intensity data between the time boundaries and calculates the average carbon intensity during that period.
- getBasePath() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get base path
- getBearerToken() - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
-
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
- getBestEmissionsDataForLocationsByTime(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the best emission data by list of locations for a specified time period.
- getBestEmissionsDataForLocationsByTimeAsync(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback<List<EmissionsData>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the best emission data by list of locations for a specified time period.
- getBestEmissionsDataForLocationsByTimeCall(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Build call for getBestEmissionsDataForLocationsByTime
- getBestEmissionsDataForLocationsByTimeWithHttpInfo(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the best emission data by list of locations for a specified time period.
- getCarbonIntensity() - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
Value of the marginal carbon intensity in grams per kilowatt-hour.
- getCode() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
-
Get the HTTP status code.
- getConnectTimeout() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get connection timeout (in milliseconds).
- getCurrentForecastData(List<String>, OffsetDateTime, OffsetDateTime, Integer) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
- getCurrentForecastDataAsync(List<String>, OffsetDateTime, OffsetDateTime, Integer, ApiCallback<List<EmissionsForecastDTO>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
- getCurrentForecastDataCall(List<String>, OffsetDateTime, OffsetDateTime, Integer, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Build call for getCurrentForecastData
- getCurrentForecastDataWithHttpInfo(List<String>, OffsetDateTime, OffsetDateTime, Integer) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
- getCustomBaseUrl() - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
- getCustomBaseUrl() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
- getData() - Method in class foundation.greensoftware.carbonaware.webapi.ApiResponse
-
Get the data
.
- getDataEndAt() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
End time boundary of forecasted data points.
- getDataEndAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
End time boundary of forecasted data points.
- getDataStartAt() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
Start time boundary of forecasted data points.Ignores current forecast data points before this time.
- getDataStartAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
Start time boundary of forecasted data points.
- getDateFormat() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Getter for the field dateFormat
.
- getDefaultApiClient() - Static method in class foundation.greensoftware.carbonaware.webapi.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getDetail() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Get detail
- getDuration() - Method in class org.openapitools.client.model.EmissionsData
-
Get duration
- getDuration() - Method in class org.openapitools.client.model.EmissionsDataDTO
-
Get duration
- getEmissionsDataForLocationByTime(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the best emission data by location for a specified time period.
- getEmissionsDataForLocationByTimeAsync(String, OffsetDateTime, OffsetDateTime, ApiCallback<List<EmissionsData>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the best emission data by location for a specified time period.
- getEmissionsDataForLocationByTimeCall(String, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Build call for getEmissionsDataForLocationByTime
- getEmissionsDataForLocationByTimeWithHttpInfo(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the best emission data by location for a specified time period.
- getEmissionsDataForLocationsByTime(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the observed emission data by list of locations for a specified time period.
- getEmissionsDataForLocationsByTimeAsync(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback<List<EmissionsData>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the observed emission data by list of locations for a specified time period.
- getEmissionsDataForLocationsByTimeCall(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Build call for getEmissionsDataForLocationsByTime
- getEmissionsDataForLocationsByTimeWithHttpInfo(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
Calculate the observed emission data by list of locations for a specified time period.
- getEndTime() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
The time at which the workflow we are measuring carbon intensity for ended
- getEndTime() - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
the time at which the workflow we are measuring carbon intensity for ended
- getErrors() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Get errors
- getForecastData() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
The forecasted data points transformed and filtered to reflect the specified time and window parameters.
- getGeneratedAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
Timestamp when the forecast was generated.
- getGson() - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
Get Gson.
- getHeaders() - Method in class foundation.greensoftware.carbonaware.webapi.ApiResponse
-
Get the headers
.
- getHostIndex() - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
- getHostIndex() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
- getHttpClient() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get HTTP client
- getInstance() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Get instance
- getJSON() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get JSON
- getKeyManagers() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Getter for the field keyManagers
.
- getLatitude() - Method in class org.openapitools.client.model.Location
-
Get latitude
- getLocation() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
-
- getLocation() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
The location name where workflow is run
- getLocation() - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
the location name where workflow is run
- getLocation() - Method in class org.openapitools.client.model.EmissionsData
-
Get location
- getLocation() - Method in class org.openapitools.client.model.EmissionsDataDTO
-
Get location
- getLocation() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
The location of the forecast
- getLocation() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
The location of the forecast
- getLongitude() - Method in class org.openapitools.client.model.Location
-
Get longitude
- getMessage() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
-
Get the exception message including HTTP response data.
- getName() - Method in class foundation.greensoftware.carbonaware.webapi.Pair
-
- getName() - Method in class org.openapitools.client.model.Location
-
Get name
- getOptimalDataPoints() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
The optimal forecasted data point within the 'forecastData' array.
- getParamName() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
-
- getPassword() - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
-
- getRating() - Method in class org.openapitools.client.model.EmissionsData
-
Get rating
- getReadTimeout() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get read timeout (in milliseconds).
- getRequestedAt() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
For historical forecast requests, this value is the timestamp used to access the most recently generated forecast as of that time.
- getRequestedAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
For current requests, this value is the timestamp the request for forecast data was made.
- getResponseBody() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
-
Get the HTTP response headers.
- getSchemas() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
-
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
- getSchemaType() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
-
Get the schema type (e.g.
- getServerIndex() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- getServers() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- getServerVariables() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- getSslCaCert() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get SSL CA cert.
- getStartTime() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
The time at which the workflow we are measuring carbon intensity for started
- getStartTime() - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
the time at which the workflow we are measuring carbon intensity for started
- getStatus() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Get status
- getStatusCode() - Method in class foundation.greensoftware.carbonaware.webapi.ApiResponse
-
Get the status code
.
- getTempFolderPath() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getTime() - Method in class org.openapitools.client.model.EmissionsData
-
Get time
- getTimestamp() - Method in class org.openapitools.client.model.EmissionsDataDTO
-
Get timestamp
- getTitle() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Get title
- getType() - Method in class org.openapitools.client.model.ValidationProblemDetails
-
Get type
- getUsername() - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
-
- getValue() - Method in class foundation.greensoftware.carbonaware.webapi.Pair
-
- getValue() - Method in class org.openapitools.client.model.EmissionsDataDTO
-
Get value
- getWindowSize() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
The estimated duration (in minutes) of the workload.
- getWindowSize() - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
The estimated duration (in minutes) of the workload.
- getWriteTimeout() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Get write timeout (in milliseconds).
- guessContentTypeFromFile(File) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
- sanitizeFilename(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Sanitize filename by removing path.
- selectHeaderAccept(String[]) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Select the Accept header's value from the given accepts array:
if JSON exists in the given array, use it;
otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Select the Content-Type header's value from the given array:
if JSON exists in the given array, use it;
otherwise use the first one of the array.
- serialize(Object, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
- serialize(Object) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
Serialize the given Java object into JSON string.
- SERIALIZED_NAME_CARBON_INTENSITY - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
-
- SERIALIZED_NAME_DATA_END_AT - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- SERIALIZED_NAME_DATA_END_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_DATA_START_AT - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- SERIALIZED_NAME_DATA_START_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_DETAIL - Static variable in class org.openapitools.client.model.ValidationProblemDetails
-
- SERIALIZED_NAME_DURATION - Static variable in class org.openapitools.client.model.EmissionsData
-
- SERIALIZED_NAME_DURATION - Static variable in class org.openapitools.client.model.EmissionsDataDTO
-
- SERIALIZED_NAME_END_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- SERIALIZED_NAME_END_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
-
- SERIALIZED_NAME_ERRORS - Static variable in class org.openapitools.client.model.ValidationProblemDetails
-
- SERIALIZED_NAME_FORECAST_DATA - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_GENERATED_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_INSTANCE - Static variable in class org.openapitools.client.model.ValidationProblemDetails
-
- SERIALIZED_NAME_LATITUDE - Static variable in class org.openapitools.client.model.Location
-
- SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
-
- SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsData
-
- SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsDataDTO
-
- SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_LONGITUDE - Static variable in class org.openapitools.client.model.Location
-
- SERIALIZED_NAME_NAME - Static variable in class org.openapitools.client.model.Location
-
- SERIALIZED_NAME_OPTIMAL_DATA_POINTS - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_RATING - Static variable in class org.openapitools.client.model.EmissionsData
-
- SERIALIZED_NAME_REQUESTED_AT - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- SERIALIZED_NAME_REQUESTED_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- SERIALIZED_NAME_START_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- SERIALIZED_NAME_START_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
-
- SERIALIZED_NAME_STATUS - Static variable in class org.openapitools.client.model.ValidationProblemDetails
-
- SERIALIZED_NAME_TIME - Static variable in class org.openapitools.client.model.EmissionsData
-
- SERIALIZED_NAME_TIMESTAMP - Static variable in class org.openapitools.client.model.EmissionsDataDTO
-
- SERIALIZED_NAME_TITLE - Static variable in class org.openapitools.client.model.ValidationProblemDetails
-
- SERIALIZED_NAME_TYPE - Static variable in class org.openapitools.client.model.ValidationProblemDetails
-
- SERIALIZED_NAME_VALUE - Static variable in class org.openapitools.client.model.EmissionsDataDTO
-
- SERIALIZED_NAME_WINDOW_SIZE - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- SERIALIZED_NAME_WINDOW_SIZE - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
-
- ServerConfiguration - Class in foundation.greensoftware.carbonaware.webapi
-
Representing a Server configuration.
- ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
-
- serverIndex - Variable in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- servers - Variable in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- ServerVariable - Class in foundation.greensoftware.carbonaware.webapi
-
Representing a Server Variable for server URL template substitution.
- ServerVariable(String, String, HashSet<String>) - Constructor for class foundation.greensoftware.carbonaware.webapi.ServerVariable
-
- serverVariables - Variable in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- setAccessToken(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setActualInstance(Object) - Method in class org.openapitools.client.model.AbstractOpenApiSchema
-
Set the actual instance
- setApiClient(ApiClient) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
- setApiClient(ApiClient) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
- setApiKey(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
-
- setApiKeyPrefix(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
-
- setAWS4Configuration(String, String, String, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set credentials for AWSV4 Signature
- setAWS4Configuration(String, String, String, String, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set credentials for AWSV4 Signature
- setBasePath(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set base path
- setBearerToken(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
-
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
- setBearerToken(Supplier<String>) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
-
Sets the supplier of tokens, which together with the scheme, will be sent as the value of the Authorization header.
- setCarbonIntensity(Double) - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
- setConnectTimeout(int) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Sets the connect timeout (in milliseconds).
- setCustomBaseUrl(String) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
- setCustomBaseUrl(String) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
- setDataEndAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- setDataEndAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setDataStartAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- setDataStartAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setDateFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Setter for the field dateFormat
.
- setDateFormat(DateFormat) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
- setDebugging(boolean) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class foundation.greensoftware.carbonaware.webapi.Configuration
-
Set the default API client, which would be used when creating API
instances without providing an API client.
- setDetail(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- setDuration(String) - Method in class org.openapitools.client.model.EmissionsData
-
- setDuration(Integer) - Method in class org.openapitools.client.model.EmissionsDataDTO
-
- setEndTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- setEndTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
- setErrors(Map<String, List<String>>) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- setForecastData(List<EmissionsDataDTO>) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
-
- setFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
-
- setFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
-
- setFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
-
- setGeneratedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setGson(Gson) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
Set Gson.
- setHostIndex(int) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
-
- setHostIndex(int) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
-
- setHttpClient(OkHttpClient) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set HTTP client, which must never be null.
- setInstance(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- setJSON(JSON) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set JSON
- setKeyManagers(KeyManager[]) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Configure client keys to use for authorization in an SSL session.
- setLatitude(Double) - Method in class org.openapitools.client.model.Location
-
- setLenientOnJson(boolean) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set LenientOnJson.
- setLenientOnJson(boolean) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
- setLocalDateFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set LocalDateFormat.
- setLocalDateFormat(DateTimeFormatter) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
- setLocation(String) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- setLocation(String) - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
- setLocation(String) - Method in class org.openapitools.client.model.EmissionsData
-
- setLocation(String) - Method in class org.openapitools.client.model.EmissionsDataDTO
-
- setLocation(String) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- setLocation(String) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setLongitude(Double) - Method in class org.openapitools.client.model.Location
-
- setName(String) - Method in class org.openapitools.client.model.Location
-
- setOffsetDateTimeFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set OffsetDateTimeFormat.
- setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
- setOptimalDataPoints(List<EmissionsDataDTO>) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setPassword(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
-
- setRating(Double) - Method in class org.openapitools.client.model.EmissionsData
-
- setReadTimeout(int) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Sets the read timeout (in milliseconds).
- setRequestedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- setRequestedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setServerIndex(Integer) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- setServers(List<ServerConfiguration>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- setServerVariables(Map<String, String>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
- setSqlDateFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set SqlDateFormat.
- setSqlDateFormat(DateFormat) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
-
- setSslCaCert(InputStream) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Configure the CA certificate to be trusted when making https requests.
- setStartTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- setStartTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
- setStatus(Integer) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- setTempFolderPath(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set the temporary folder path (for downloading files)
- setTime(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsData
-
- setTimestamp(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsDataDTO
-
- setTitle(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- setType(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- setUserAgent(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
-
- setValue(Double) - Method in class org.openapitools.client.model.EmissionsDataDTO
-
- setVerifyingSsl(boolean) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Configure whether to verify certificate and hostname when making https requests.
- setWindowSize(Integer) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
-
- setWindowSize(Integer) - Method in class org.openapitools.client.model.EmissionsForecastDTO
-
- setWriteTimeout(int) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
-
Sets the write timeout (in milliseconds).
- source() - Method in class foundation.greensoftware.carbonaware.webapi.ProgressResponseBody
-
- SqlDateTypeAdapter() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
-
- SqlDateTypeAdapter(DateFormat) - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
-
- startTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
-
- startTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
-
- status(Integer) - Method in class org.openapitools.client.model.ValidationProblemDetails
-
- StringUtil - Class in foundation.greensoftware.carbonaware.webapi
-
- StringUtil() - Constructor for class foundation.greensoftware.carbonaware.webapi.StringUtil
-