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

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 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.messaging.v1.ChannelTemplateSpec;
import java.lang.String;
import java.util.function.Predicate;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.knative.messaging.v1.ChannelTemplateSpecBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.knative.messaging.v1.ChannelTemplateSpecFluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;

public interface ParallelSpecFluent> extends io.fabric8.kubernetes.api.builder.Fluent {


    public A addToBranches(int index,io.fabric8.knative.flows.v1.ParallelBranch item);
    public A setToBranches(int index,io.fabric8.knative.flows.v1.ParallelBranch item);
    public A addToBranches(io.fabric8.knative.flows.v1.ParallelBranch... items);
    public A addAllToBranches(java.util.Collection items);
    public A removeFromBranches(io.fabric8.knative.flows.v1.ParallelBranch... items);
    public A removeAllFromBranches(java.util.Collection items);
    public A removeMatchingFromBranches(java.util.function.Predicate predicate);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildBranches instead.
     * @return The buildable object.
     */
        public java.util.List getBranches();
    public java.util.List buildBranches();
    public io.fabric8.knative.flows.v1.ParallelBranch buildBranch(int 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 java.lang.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 io.fabric8.knative.flows.v1.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(int index,io.fabric8.knative.flows.v1.ParallelBranch item);
    public io.fabric8.knative.flows.v1.ParallelSpecFluent.BranchesNested editBranch(int 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);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildChannelTemplate instead.
     * @return The buildable object.
     */
        public io.fabric8.knative.messaging.v1.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 io.fabric8.knative.flows.v1.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);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildReply instead.
     * @return The buildable object.
     */
        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 io.fabric8.knative.flows.v1.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 io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.flows.v1.ParallelBranchFluent> {

            public N and();
            public N endBranch();    }


    public interface ChannelTemplateNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.messaging.v1.ChannelTemplateSpecFluent> {

            public N and();
            public N endChannelTemplate();    }


    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();    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy