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