Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.HourRange
-
Packages that use HourRange Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of HourRange in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return HourRange Modifier and Type Method Description HourRangeHourRangeBuilder. build()HourRangeTimeWindowFluent. buildFirstHour()HourRangeTimeWindowFluent. buildHour(int index)HourRangeTimeWindowFluent. buildLastHour()HourRangeTimeWindowFluent. buildMatchingHour(Predicate<HourRangeBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return types with arguments of type HourRange Modifier and Type Method Description List<HourRange>TimeWindowFluent. buildHours()List<HourRange>TimeWindow. getHours()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type HourRange Modifier and Type Method Description TimeWindowFluent.HoursNested<A>TimeWindowFluent. addNewHourLike(HourRange item)ATimeWindowFluent. addToHours(int index, HourRange item)ATimeWindowFluent. addToHours(HourRange... items)protected voidHourRangeFluent. copyInstance(HourRange instance)ATimeWindowFluent. removeFromHours(HourRange... items)TimeWindowFluent.HoursNested<A>TimeWindowFluent. setNewHourLike(int index, HourRange item)ATimeWindowFluent. setToHours(int index, HourRange item)ATimeWindowFluent. withHours(HourRange... hours)Method parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type HourRange Modifier and Type Method Description ATimeWindowFluent. addAllToHours(Collection<HourRange> items)ATimeWindowFluent. removeAllFromHours(Collection<HourRange> items)voidTimeWindow. setHours(List<HourRange> hours)ATimeWindowFluent. withHours(List<HourRange> hours)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type HourRange Constructor Description HourRangeBuilder(HourRange instance)HourRangeBuilder(HourRangeFluent<?> fluent, HourRange instance)HourRangeFluent(HourRange instance)
-