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

annotations.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 java.lang.Integer;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;

 /**
  * Generated
  */
public interface ParallelSpecFluent> extends io.fabric8.kubernetes.api.builder.Fluent{
  public A addToBranches(java.lang.Integer index,io.fabric8.knative.flows.v1.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(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);
  
  /**
   * This method has been deprecated, please use method buildBranches instead.
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public java.util.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 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(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 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);
  
  /**
   * 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 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