io.fabric8.knative.flows.v1.ParallelSpecFluent Maven / Gradle / Ivy
package io.fabric8.knative.flows.v1;
import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import io.fabric8.knative.messaging.v1.ChannelTemplateSpec;
import java.util.function.Predicate;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import io.fabric8.knative.messaging.v1.ChannelTemplateSpecFluent;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
public interface ParallelSpecFluent> extends Fluent{
public A addToBranches(Integer index,ParallelBranch item);
public A setToBranches(java.lang.Integer index,io.fabric8.knative.flows.v1.ParallelBranch item);
public A addToBranches(io.fabric8.knative.flows.v1.ParallelBranch... items);
public A addAllToBranches(Collection items);
public A removeFromBranches(io.fabric8.knative.flows.v1.ParallelBranch... items);
public A removeAllFromBranches(java.util.Collection items);
public A removeMatchingFromBranches(Predicate predicate);
/**
* This method has been deprecated, please use method buildBranches instead.
* @return The buildable object.
*/
@Deprecated
public List getBranches();
public java.util.List buildBranches();
public io.fabric8.knative.flows.v1.ParallelBranch buildBranch(java.lang.Integer index);
public io.fabric8.knative.flows.v1.ParallelBranch buildFirstBranch();
public io.fabric8.knative.flows.v1.ParallelBranch buildLastBranch();
public io.fabric8.knative.flows.v1.ParallelBranch buildMatchingBranch(java.util.function.Predicate predicate);
public Boolean hasMatchingBranch(java.util.function.Predicate predicate);
public A withBranches(java.util.List branches);
public A withBranches(io.fabric8.knative.flows.v1.ParallelBranch... branches);
public java.lang.Boolean hasBranches();
public ParallelSpecFluent.BranchesNested addNewBranch();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested addNewBranchLike(io.fabric8.knative.flows.v1.ParallelBranch item);
public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested setNewBranchLike(java.lang.Integer index,io.fabric8.knative.flows.v1.ParallelBranch item);
public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested editBranch(java.lang.Integer index);
public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested editFirstBranch();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested editLastBranch();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested editMatchingBranch(java.util.function.Predicate predicate);
/**
* This method has been deprecated, please use method buildChannelTemplate instead.
* @return The buildable object.
*/
@java.lang.Deprecated
public ChannelTemplateSpec getChannelTemplate();
public io.fabric8.knative.messaging.v1.ChannelTemplateSpec buildChannelTemplate();
public A withChannelTemplate(io.fabric8.knative.messaging.v1.ChannelTemplateSpec channelTemplate);
public java.lang.Boolean hasChannelTemplate();
public ParallelSpecFluent.ChannelTemplateNested withNewChannelTemplate();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ChannelTemplateNested withNewChannelTemplateLike(io.fabric8.knative.messaging.v1.ChannelTemplateSpec item);
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ChannelTemplateNested editChannelTemplate();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ChannelTemplateNested editOrNewChannelTemplate();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ChannelTemplateNested editOrNewChannelTemplateLike(io.fabric8.knative.messaging.v1.ChannelTemplateSpec item);
/**
* This method has been deprecated, please use method buildReply instead.
* @return The buildable object.
*/
@java.lang.Deprecated
public 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 ParallelSpecFluent.ReplyNested withNewReply();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ReplyNested withNewReplyLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ReplyNested editReply();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ReplyNested editOrNewReply();
public io.fabric8.knative.flows.v1.ParallelSpecFluent.ReplyNested editOrNewReplyLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
public interface BranchesNested extends Nested,ParallelBranchFluent>{
public N and();
public N endBranch();
}
public interface ChannelTemplateNested extends io.fabric8.kubernetes.api.builder.Nested,ChannelTemplateSpecFluent>{
public N and();
public N endChannelTemplate();
}
public interface ReplyNested extends io.fabric8.kubernetes.api.builder.Nested,DestinationFluent>{
public N and();
public N endReply();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy