io.fabric8.knative.flows.v1.ParallelBranchFluent Maven / Gradle / Ivy
package io.fabric8.knative.flows.v1;
import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.DeliverySpecFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.DeliverySpec;
/**
* Generated
*/
public interface ParallelBranchFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildDelivery instead.
* @return The buildable object.
*/
@Deprecated
public DeliverySpec getDelivery();
public DeliverySpec buildDelivery();
public A withDelivery(DeliverySpec delivery);
public Boolean hasDelivery();
public ParallelBranchFluent.DeliveryNested withNewDelivery();
public ParallelBranchFluent.DeliveryNested withNewDeliveryLike(DeliverySpec item);
public ParallelBranchFluent.DeliveryNested editDelivery();
public ParallelBranchFluent.DeliveryNested editOrNewDelivery();
public ParallelBranchFluent.DeliveryNested editOrNewDeliveryLike(DeliverySpec item);
/**
* This method has been deprecated, please use method buildFilter instead.
* @return The buildable object.
*/
@Deprecated
public Destination getFilter();
public Destination buildFilter();
public A withFilter(Destination filter);
public Boolean hasFilter();
public ParallelBranchFluent.FilterNested withNewFilter();
public ParallelBranchFluent.FilterNested withNewFilterLike(Destination item);
public ParallelBranchFluent.FilterNested editFilter();
public ParallelBranchFluent.FilterNested editOrNewFilter();
public ParallelBranchFluent.FilterNested editOrNewFilterLike(Destination item);
/**
* This method has been deprecated, please use method buildReply instead.
* @return The buildable object.
*/
@Deprecated
public Destination getReply();
public Destination buildReply();
public A withReply(Destination reply);
public Boolean hasReply();
public ParallelBranchFluent.ReplyNested withNewReply();
public ParallelBranchFluent.ReplyNested withNewReplyLike(Destination item);
public ParallelBranchFluent.ReplyNested editReply();
public ParallelBranchFluent.ReplyNested editOrNewReply();
public ParallelBranchFluent.ReplyNested editOrNewReplyLike(Destination item);
/**
* This method has been deprecated, please use method buildSubscriber instead.
* @return The buildable object.
*/
@Deprecated
public Destination getSubscriber();
public Destination buildSubscriber();
public A withSubscriber(Destination subscriber);
public Boolean hasSubscriber();
public ParallelBranchFluent.SubscriberNested withNewSubscriber();
public ParallelBranchFluent.SubscriberNested withNewSubscriberLike(Destination item);
public ParallelBranchFluent.SubscriberNested editSubscriber();
public ParallelBranchFluent.SubscriberNested editOrNewSubscriber();
public ParallelBranchFluent.SubscriberNested editOrNewSubscriberLike(Destination item);
public interface DeliveryNested extends Nested,DeliverySpecFluent>{
public N and();
public N endDelivery();
}
public interface FilterNested extends Nested,DestinationFluent>{
public N and();
public N endFilter();
}
public interface ReplyNested extends Nested,DestinationFluent>{
public N and();
public N endReply();
}
public interface SubscriberNested extends Nested,DestinationFluent>{
public N and();
public N endSubscriber();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy