Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.TimeWindowFluent.HoursNested
-
Packages that use TimeWindowFluent.HoursNested Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of TimeWindowFluent.HoursNested in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return TimeWindowFluent.HoursNested Modifier and Type Method Description TimeWindowFluent.HoursNested<A>TimeWindowFluent. addNewHour()TimeWindowFluent.HoursNested<A>TimeWindowFluent. addNewHourLike(HourRange item)TimeWindowFluent.HoursNested<A>TimeWindowFluent. editFirstHour()TimeWindowFluent.HoursNested<A>TimeWindowFluent. editHour(int index)TimeWindowFluent.HoursNested<A>TimeWindowFluent. editLastHour()TimeWindowFluent.HoursNested<A>TimeWindowFluent. editMatchingHour(Predicate<HourRangeBuilder> predicate)TimeWindowFluent.HoursNested<A>TimeWindowFluent. setNewHourLike(int index, HourRange item)
-