public class ParallelBranchFluent<A extends ParallelBranchFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelBranchFluent.DeliveryNested<N> |
class |
ParallelBranchFluent.FilterNested<N> |
class |
ParallelBranchFluent.ReplyNested<N> |
class |
ParallelBranchFluent.SubscriberNested<N> |
| Constructor and Description |
|---|
ParallelBranchFluent() |
ParallelBranchFluent(ParallelBranch instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ParallelBranchFluent()
public ParallelBranchFluent(ParallelBranch instance)
protected void copyInstance(ParallelBranch instance)
public DeliverySpec buildDelivery()
public A withDelivery(DeliverySpec delivery)
public boolean hasDelivery()
public ParallelBranchFluent.DeliveryNested<A> withNewDelivery()
public ParallelBranchFluent.DeliveryNested<A> withNewDeliveryLike(DeliverySpec item)
public ParallelBranchFluent.DeliveryNested<A> editDelivery()
public ParallelBranchFluent.DeliveryNested<A> editOrNewDelivery()
public ParallelBranchFluent.DeliveryNested<A> editOrNewDeliveryLike(DeliverySpec item)
public Destination buildFilter()
public A withFilter(Destination filter)
public boolean hasFilter()
public ParallelBranchFluent.FilterNested<A> withNewFilter()
public ParallelBranchFluent.FilterNested<A> withNewFilterLike(Destination item)
public ParallelBranchFluent.FilterNested<A> editFilter()
public ParallelBranchFluent.FilterNested<A> editOrNewFilter()
public ParallelBranchFluent.FilterNested<A> editOrNewFilterLike(Destination item)
public Destination buildReply()
public A withReply(Destination reply)
public boolean hasReply()
public ParallelBranchFluent.ReplyNested<A> withNewReply()
public ParallelBranchFluent.ReplyNested<A> withNewReplyLike(Destination item)
public ParallelBranchFluent.ReplyNested<A> editReply()
public ParallelBranchFluent.ReplyNested<A> editOrNewReply()
public ParallelBranchFluent.ReplyNested<A> editOrNewReplyLike(Destination item)
public Destination buildSubscriber()
public A withSubscriber(Destination subscriber)
public boolean hasSubscriber()
public ParallelBranchFluent.SubscriberNested<A> withNewSubscriber()
public ParallelBranchFluent.SubscriberNested<A> withNewSubscriberLike(Destination item)
public ParallelBranchFluent.SubscriberNested<A> editSubscriber()
public ParallelBranchFluent.SubscriberNested<A> editOrNewSubscriber()
public ParallelBranchFluent.SubscriberNested<A> editOrNewSubscriberLike(Destination item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParallelBranchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParallelBranchFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.