All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.knative.flows.v1alpha1.ParallelSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.flows.v1alpha1;

import io.fabric8.knative.duck.v1.Destination;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import io.fabric8.knative.dev.messaging.v1beta1.ChannelTemplateSpec;
import java.lang.String;
import io.fabric8.kubernetes.api.builder.Predicate;
import io.fabric8.knative.duck.v1.DestinationFluent;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.knative.dev.messaging.v1beta1.ChannelTemplateSpecBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.knative.dev.messaging.v1beta1.ChannelTemplateSpecFluent;
import io.fabric8.knative.duck.v1.DestinationBuilder;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;

public interface ParallelSpecFluent> extends Fluent{


    public A addToBranches(int index,ParallelBranch item);
    public A setToBranches(int index,ParallelBranch item);
    public A addToBranches(ParallelBranch... items);
    public A addAllToBranches(Collection items);
    public A removeFromBranches(ParallelBranch... items);
    public A removeAllFromBranches(Collection items);
    public A removeMatchingFromBranches(io.fabric8.kubernetes.api.builder.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildBranches instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public List getBranches();
    public List buildBranches();
    public ParallelBranch buildBranch(int index);
    public ParallelBranch buildFirstBranch();
    public ParallelBranch buildLastBranch();
    public ParallelBranch buildMatchingBranch(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public Boolean hasMatchingBranch(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A withBranches(List branches);
    public A withBranches(ParallelBranch... branches);
    public Boolean hasBranches();
    public ParallelSpecFluent.BranchesNested addNewBranch();
    public ParallelSpecFluent.BranchesNested addNewBranchLike(ParallelBranch item);
    public ParallelSpecFluent.BranchesNested setNewBranchLike(int index,ParallelBranch item);
    public ParallelSpecFluent.BranchesNested editBranch(int index);
    public ParallelSpecFluent.BranchesNested editFirstBranch();
    public ParallelSpecFluent.BranchesNested editLastBranch();
    public ParallelSpecFluent.BranchesNested editMatchingBranch(io.fabric8.kubernetes.api.builder.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildChannelTemplate instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public ChannelTemplateSpec getChannelTemplate();
    public ChannelTemplateSpec buildChannelTemplate();
    public A withChannelTemplate(ChannelTemplateSpec channelTemplate);
    public Boolean hasChannelTemplate();
    public ParallelSpecFluent.ChannelTemplateNested withNewChannelTemplate();
    public ParallelSpecFluent.ChannelTemplateNested withNewChannelTemplateLike(ChannelTemplateSpec item);
    public ParallelSpecFluent.ChannelTemplateNested editChannelTemplate();
    public ParallelSpecFluent.ChannelTemplateNested editOrNewChannelTemplate();
    public ParallelSpecFluent.ChannelTemplateNested editOrNewChannelTemplateLike(ChannelTemplateSpec item);
    
/**
 * This method has been deprecated, please use method buildReply instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public Destination getReply();
    public Destination buildReply();
    public A withReply(Destination reply);
    public Boolean hasReply();
    public ParallelSpecFluent.ReplyNested withNewReply();
    public ParallelSpecFluent.ReplyNested withNewReplyLike(Destination item);
    public ParallelSpecFluent.ReplyNested editReply();
    public ParallelSpecFluent.ReplyNested editOrNewReply();
    public ParallelSpecFluent.ReplyNested editOrNewReplyLike(Destination item);

    public interface BranchesNested extends io.fabric8.kubernetes.api.builder.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