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

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

package io.fabric8.knative.flows.v1alpha1;

import io.fabric8.knative.duck.v1.Destination;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.duck.v1.DestinationFluent;
import java.lang.Deprecated;
import io.fabric8.knative.duck.v1.DestinationBuilder;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface ParallelBranchFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildFilter instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public Destination getFilter();
    public Destination buildFilter();
    public A withFilter(Destination filter);
    public Boolean hasFilter();
    public ParallelBranchFluent.FilterNested withNewFilter();
    public ParallelBranchFluent.FilterNested withNewFilterLike(Destination item);
    public ParallelBranchFluent.FilterNested editFilter();
    public ParallelBranchFluent.FilterNested editOrNewFilter();
    public ParallelBranchFluent.FilterNested editOrNewFilterLike(Destination 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 ParallelBranchFluent.ReplyNested withNewReply();
    public ParallelBranchFluent.ReplyNested withNewReplyLike(Destination item);
    public ParallelBranchFluent.ReplyNested editReply();
    public ParallelBranchFluent.ReplyNested editOrNewReply();
    public ParallelBranchFluent.ReplyNested editOrNewReplyLike(Destination item);
    
/**
 * This method has been deprecated, please use method buildSubscriber instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public Destination getSubscriber();
    public Destination buildSubscriber();
    public A withSubscriber(Destination subscriber);
    public Boolean hasSubscriber();
    public ParallelBranchFluent.SubscriberNested withNewSubscriber();
    public ParallelBranchFluent.SubscriberNested withNewSubscriberLike(Destination item);
    public ParallelBranchFluent.SubscriberNested editSubscriber();
    public ParallelBranchFluent.SubscriberNested editOrNewSubscriber();
    public ParallelBranchFluent.SubscriberNested editOrNewSubscriberLike(Destination item);

    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,DestinationFluent>{

        
    public N and();    public N endReply();
}
    public interface SubscriberNested extends io.fabric8.kubernetes.api.builder.Nested,DestinationFluent>{

        
    public N and();    public N endSubscriber();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy