Uses of Class
io.fabric8.openshift.api.model.monitoring.v1beta1.TimePeriod
-
Packages that use TimePeriod Package Description io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of TimePeriod in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return TimePeriod Modifier and Type Method Description TimePeriodTimePeriodBuilder. build()TimePeriodTimeIntervalFluent. buildFirstTimeInterval()TimePeriodTimeIntervalFluent. buildLastTimeInterval()TimePeriodTimeIntervalFluent. buildMatchingTimeInterval(Predicate<TimePeriodBuilder> predicate)TimePeriodTimeIntervalFluent. buildTimeInterval(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return types with arguments of type TimePeriod Modifier and Type Method Description List<TimePeriod>TimeIntervalFluent. buildTimeIntervals()List<TimePeriod>TimeInterval. getTimeIntervals()TimeIntervals is a list of TimePeriod.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type TimePeriod Modifier and Type Method Description TimeIntervalFluent.TimeIntervalsNested<A>TimeIntervalFluent. addNewTimeIntervalLike(TimePeriod item)ATimeIntervalFluent. addToTimeIntervals(int index, TimePeriod item)ATimeIntervalFluent. addToTimeIntervals(TimePeriod... items)protected voidTimePeriodFluent. copyInstance(TimePeriod instance)ATimeIntervalFluent. removeFromTimeIntervals(TimePeriod... items)TimeIntervalFluent.TimeIntervalsNested<A>TimeIntervalFluent. setNewTimeIntervalLike(int index, TimePeriod item)ATimeIntervalFluent. setToTimeIntervals(int index, TimePeriod item)ATimeIntervalFluent. withTimeIntervals(TimePeriod... timeIntervals)Method parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type TimePeriod Modifier and Type Method Description ATimeIntervalFluent. addAllToTimeIntervals(Collection<TimePeriod> items)ATimeIntervalFluent. removeAllFromTimeIntervals(Collection<TimePeriod> items)voidTimeInterval. setTimeIntervals(List<TimePeriod> timeIntervals)TimeIntervals is a list of TimePeriod.ATimeIntervalFluent. withTimeIntervals(List<TimePeriod> timeIntervals)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type TimePeriod Constructor Description TimePeriodBuilder(TimePeriod instance)TimePeriodBuilder(TimePeriodFluent<?> fluent, TimePeriod instance)TimePeriodFluent(TimePeriod instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type TimePeriod Constructor Description TimeInterval(String name, List<TimePeriod> timeIntervals)
-