public class TimeWindowFluent<A extends TimeWindowFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TimeWindowFluent.HoursNested<N> |
| Constructor and Description |
|---|
TimeWindowFluent() |
TimeWindowFluent(TimeWindow instance) |
public TimeWindowFluent()
public TimeWindowFluent(TimeWindow instance)
protected void copyInstance(TimeWindow instance)
public A addAllToDaysofweek(Collection<String> items)
public A removeAllFromDaysofweek(Collection<String> items)
public String getDaysofweek(int index)
public String getFirstDaysofweek()
public String getLastDaysofweek()
public boolean hasDaysofweek()
public A addAllToHours(Collection<HourRange> items)
public A removeAllFromHours(Collection<HourRange> items)
public A removeMatchingFromHours(Predicate<HourRangeBuilder> predicate)
public HourRange buildHour(int index)
public HourRange buildFirstHour()
public HourRange buildLastHour()
public HourRange buildMatchingHour(Predicate<HourRangeBuilder> predicate)
public boolean hasMatchingHour(Predicate<HourRangeBuilder> predicate)
public boolean hasHours()
public TimeWindowFluent.HoursNested<A> addNewHour()
public TimeWindowFluent.HoursNested<A> addNewHourLike(HourRange item)
public TimeWindowFluent.HoursNested<A> setNewHourLike(int index, HourRange item)
public TimeWindowFluent.HoursNested<A> editHour(int index)
public TimeWindowFluent.HoursNested<A> editFirstHour()
public TimeWindowFluent.HoursNested<A> editLastHour()
public TimeWindowFluent.HoursNested<A> editMatchingHour(Predicate<HourRangeBuilder> predicate)
public String getLocation()
public boolean hasLocation()
public String getWindowtype()
public boolean hasWindowtype()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TimeWindowFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TimeWindowFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.