public class TemporalRangeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Instant |
MAX_VALID_TO |
static Instant |
MIN_VALID_FROM |
| Constructor and Description |
|---|
TemporalRangeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Instant[] |
getTemporalRanges(Instant validAt) |
static Instant[] |
getTemporalRanges(String validFromQueryParam,
String validToQueryParam,
String validAtQueryParam) |
Copyright © 2021. All rights reserved.