Class TimeWindowFluent<A extends TimeWindowFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.TimeWindowFluent<A>
-
- Direct Known Subclasses:
SubscriptionSpecFluent.TimewindowNested,TimeWindowBuilder
public class TimeWindowFluent<A extends TimeWindowFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTimeWindowFluent.HoursNested<N>
-
Constructor Summary
Constructors Constructor Description TimeWindowFluent()TimeWindowFluent(TimeWindow instance)
-
Method Summary
-
-
-
Constructor Detail
-
TimeWindowFluent
public TimeWindowFluent()
-
TimeWindowFluent
public TimeWindowFluent(TimeWindow instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(TimeWindow instance)
-
addAllToDaysofweek
public A addAllToDaysofweek(Collection<String> items)
-
removeAllFromDaysofweek
public A removeAllFromDaysofweek(Collection<String> items)
-
getDaysofweek
public String getDaysofweek(int index)
-
getFirstDaysofweek
public String getFirstDaysofweek()
-
getLastDaysofweek
public String getLastDaysofweek()
-
hasDaysofweek
public boolean hasDaysofweek()
-
addAllToHours
public A addAllToHours(Collection<HourRange> items)
-
removeAllFromHours
public A removeAllFromHours(Collection<HourRange> items)
-
removeMatchingFromHours
public A removeMatchingFromHours(Predicate<HourRangeBuilder> predicate)
-
buildHour
public HourRange buildHour(int index)
-
buildFirstHour
public HourRange buildFirstHour()
-
buildLastHour
public HourRange buildLastHour()
-
buildMatchingHour
public HourRange buildMatchingHour(Predicate<HourRangeBuilder> predicate)
-
hasMatchingHour
public boolean hasMatchingHour(Predicate<HourRangeBuilder> predicate)
-
hasHours
public boolean hasHours()
-
addNewHour
public TimeWindowFluent.HoursNested<A> addNewHour()
-
addNewHourLike
public TimeWindowFluent.HoursNested<A> addNewHourLike(HourRange item)
-
setNewHourLike
public TimeWindowFluent.HoursNested<A> setNewHourLike(int index, HourRange item)
-
editHour
public TimeWindowFluent.HoursNested<A> editHour(int index)
-
editFirstHour
public TimeWindowFluent.HoursNested<A> editFirstHour()
-
editLastHour
public TimeWindowFluent.HoursNested<A> editLastHour()
-
editMatchingHour
public TimeWindowFluent.HoursNested<A> editMatchingHour(Predicate<HourRangeBuilder> predicate)
-
getLocation
public String getLocation()
-
hasLocation
public boolean hasLocation()
-
getWindowtype
public String getWindowtype()
-
hasWindowtype
public boolean hasWindowtype()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TimeWindowFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TimeWindowFluent<A>>
-
-