public interface V2alpha1CronJobStatusFluent<A extends V2alpha1CronJobStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V2alpha1CronJobStatusFluent.ActiveNested<N> |
A addToActive(int index, V1ObjectReference item)
A setToActive(int index, V1ObjectReference item)
A addToActive(V1ObjectReference... items)
A addAllToActive(Collection<V1ObjectReference> items)
A removeFromActive(V1ObjectReference... items)
A removeAllFromActive(Collection<V1ObjectReference> items)
A removeMatchingFromActive(Predicate<V1ObjectReferenceBuilder> predicate)
@Deprecated List<V1ObjectReference> getActive()
List<V1ObjectReference> buildActive()
V1ObjectReference buildActive(int index)
V1ObjectReference buildFirstActive()
V1ObjectReference buildLastActive()
V1ObjectReference buildMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate)
Boolean hasMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate)
A withActive(List<V1ObjectReference> active)
A withActive(V1ObjectReference... active)
Boolean hasActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> addNewActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> addNewActiveLike(V1ObjectReference item)
V2alpha1CronJobStatusFluent.ActiveNested<A> setNewActiveLike(int index, V1ObjectReference item)
V2alpha1CronJobStatusFluent.ActiveNested<A> editActive(int index)
V2alpha1CronJobStatusFluent.ActiveNested<A> editFirstActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> editLastActive()
V2alpha1CronJobStatusFluent.ActiveNested<A> editMatchingActive(Predicate<V1ObjectReferenceBuilder> predicate)
OffsetDateTime getLastScheduleTime()
A withLastScheduleTime(OffsetDateTime lastScheduleTime)
Boolean hasLastScheduleTime()
Copyright © 2021. All rights reserved.