Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.TimeRange
-
Packages that use TimeRange Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of TimeRange in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return TimeRange Modifier and Type Method Description TimeRangeTimeRangeBuilder. build()TimeRangeTimeIntervalFluent. buildFirstTime()TimeRangeTimeIntervalFluent. buildLastTime()TimeRangeTimeIntervalFluent. buildMatchingTime(Predicate<TimeRangeBuilder> predicate)TimeRangeTimeIntervalFluent. buildTime(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type TimeRange Modifier and Type Method Description List<TimeRange>TimeIntervalFluent. buildTimes()List<TimeRange>TimeInterval. getTimes()Times is a list of TimeRangeMethods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type TimeRange Modifier and Type Method Description TimeIntervalFluent.TimesNested<A>TimeIntervalFluent. addNewTimeLike(TimeRange item)ATimeIntervalFluent. addToTimes(int index, TimeRange item)ATimeIntervalFluent. addToTimes(TimeRange... items)protected voidTimeRangeFluent. copyInstance(TimeRange instance)ATimeIntervalFluent. removeFromTimes(TimeRange... items)TimeIntervalFluent.TimesNested<A>TimeIntervalFluent. setNewTimeLike(int index, TimeRange item)ATimeIntervalFluent. setToTimes(int index, TimeRange item)ATimeIntervalFluent. withTimes(TimeRange... times)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type TimeRange Modifier and Type Method Description ATimeIntervalFluent. addAllToTimes(Collection<TimeRange> items)ATimeIntervalFluent. removeAllFromTimes(Collection<TimeRange> items)voidTimeInterval. setTimes(List<TimeRange> times)Times is a list of TimeRangeATimeIntervalFluent. withTimes(List<TimeRange> times)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type TimeRange Constructor Description TimeRangeBuilder(TimeRange instance)TimeRangeBuilder(TimeRangeFluent<?> fluent, TimeRange instance)TimeRangeFluent(TimeRange instance)
-