Uses of Class
com.exoscale.sdk.model.GrafanaDateFormatSpecifications
-
Packages that use GrafanaDateFormatSpecifications Package Description com.exoscale.sdk.model -
-
Uses of GrafanaDateFormatSpecifications in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return GrafanaDateFormatSpecifications Modifier and Type Method Description GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. defaultTimezone(String defaultTimezone)
GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. fullDate(String fullDate)
GrafanaDateFormatSpecifications
JsonSchemaGrafana. getDateFormats()
Get dateFormatsGrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. intervalDay(String intervalDay)
GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. intervalHour(String intervalHour)
GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. intervalMinute(String intervalMinute)
GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. intervalMonth(String intervalMonth)
GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. intervalSecond(String intervalSecond)
GrafanaDateFormatSpecifications
GrafanaDateFormatSpecifications. intervalYear(String intervalYear)
Methods in com.exoscale.sdk.model with parameters of type GrafanaDateFormatSpecifications Modifier and Type Method Description JsonSchemaGrafana
JsonSchemaGrafana. dateFormats(GrafanaDateFormatSpecifications dateFormats)
void
JsonSchemaGrafana. setDateFormats(GrafanaDateFormatSpecifications dateFormats)
-