public class TimeWindowFluentImpl<A extends TimeWindowFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TimeWindowFluent<A>
TimeWindowFluent.HoursNested<N>| Constructor and Description |
|---|
TimeWindowFluentImpl() |
TimeWindowFluentImpl(TimeWindow instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TimeWindowFluentImpl()
public TimeWindowFluentImpl(TimeWindow instance)
public A addToDaysofweek(int index, String item)
addToDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A setToDaysofweek(int index, String item)
setToDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A addToDaysofweek(String... items)
addToDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A addAllToDaysofweek(Collection<String> items)
addAllToDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A removeFromDaysofweek(String... items)
removeFromDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A removeAllFromDaysofweek(Collection<String> items)
removeAllFromDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public List<String> getDaysofweek()
getDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public String getDaysofweek(int index)
getDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public String getFirstDaysofweek()
getFirstDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public String getLastDaysofweek()
getLastDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public String getMatchingDaysofweek(Predicate<String> predicate)
getMatchingDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public Boolean hasMatchingDaysofweek(Predicate<String> predicate)
hasMatchingDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A withDaysofweek(List<String> daysofweek)
withDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A withDaysofweek(String... daysofweek)
withDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public Boolean hasDaysofweek()
hasDaysofweek in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A addToHours(int index, HourRange item)
addToHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A setToHours(int index, HourRange item)
setToHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A addToHours(HourRange... items)
addToHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A addAllToHours(Collection<HourRange> items)
addAllToHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A removeFromHours(HourRange... items)
removeFromHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A removeAllFromHours(Collection<HourRange> items)
removeAllFromHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A removeMatchingFromHours(Predicate<HourRangeBuilder> predicate)
removeMatchingFromHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>@Deprecated public List<HourRange> getHours()
getHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public List<HourRange> buildHours()
buildHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public HourRange buildHour(int index)
buildHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public HourRange buildFirstHour()
buildFirstHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public HourRange buildLastHour()
buildLastHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public HourRange buildMatchingHour(Predicate<HourRangeBuilder> predicate)
buildMatchingHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public Boolean hasMatchingHour(Predicate<HourRangeBuilder> predicate)
hasMatchingHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A withHours(List<HourRange> hours)
withHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A withHours(HourRange... hours)
withHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public Boolean hasHours()
hasHours in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A addNewHour(String end, String start)
addNewHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> addNewHour()
addNewHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> addNewHourLike(HourRange item)
addNewHourLike in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> setNewHourLike(int index, HourRange item)
setNewHourLike in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> editHour(int index)
editHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> editFirstHour()
editFirstHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> editLastHour()
editLastHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public TimeWindowFluent.HoursNested<A> editMatchingHour(Predicate<HourRangeBuilder> predicate)
editMatchingHour in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public String getLocation()
getLocation in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A withLocation(String location)
withLocation in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public Boolean hasLocation()
hasLocation in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public String getWindowtype()
getWindowtype in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public A withWindowtype(String windowtype)
withWindowtype in interface TimeWindowFluent<A extends TimeWindowFluent<A>>public Boolean hasWindowtype()
hasWindowtype in interface TimeWindowFluent<A extends TimeWindowFluent<A>>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.