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

io.fabric8.knative.messaging.v1.SubscriptionSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.messaging.v1;

import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.DeliverySpecFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.KReference;
import io.fabric8.knative.internal.pkg.apis.duck.v1.KReferenceFluent;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.DeliverySpec;

 /**
  * Generated
  */
public interface SubscriptionSpecFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildChannel instead.
   * @return The buildable object.
   */
  @Deprecated
  public KReference getChannel();
  public KReference buildChannel();
  public A withChannel(KReference channel);
  public Boolean hasChannel();
  public A withNewChannel(String apiVersion,String group,String kind,String name,String namespace);
  public SubscriptionSpecFluent.ChannelNested withNewChannel();
  public SubscriptionSpecFluent.ChannelNested withNewChannelLike(KReference item);
  public SubscriptionSpecFluent.ChannelNested editChannel();
  public SubscriptionSpecFluent.ChannelNested editOrNewChannel();
  public SubscriptionSpecFluent.ChannelNested editOrNewChannelLike(KReference item);
  
  /**
   * This method has been deprecated, please use method buildDelivery instead.
   * @return The buildable object.
   */
  @Deprecated
  public DeliverySpec getDelivery();
  public DeliverySpec buildDelivery();
  public A withDelivery(DeliverySpec delivery);
  public Boolean hasDelivery();
  public SubscriptionSpecFluent.DeliveryNested withNewDelivery();
  public SubscriptionSpecFluent.DeliveryNested withNewDeliveryLike(DeliverySpec item);
  public SubscriptionSpecFluent.DeliveryNested editDelivery();
  public SubscriptionSpecFluent.DeliveryNested editOrNewDelivery();
  public SubscriptionSpecFluent.DeliveryNested editOrNewDeliveryLike(DeliverySpec item);
  
  /**
   * This method has been deprecated, please use method buildReply instead.
   * @return The buildable object.
   */
  @Deprecated
  public Destination getReply();
  public Destination buildReply();
  public A withReply(Destination reply);
  public Boolean hasReply();
  public SubscriptionSpecFluent.ReplyNested withNewReply();
  public SubscriptionSpecFluent.ReplyNested withNewReplyLike(Destination item);
  public SubscriptionSpecFluent.ReplyNested editReply();
  public SubscriptionSpecFluent.ReplyNested editOrNewReply();
  public SubscriptionSpecFluent.ReplyNested editOrNewReplyLike(Destination item);
  
  /**
   * This method has been deprecated, please use method buildSubscriber instead.
   * @return The buildable object.
   */
  @Deprecated
  public Destination getSubscriber();
  public Destination buildSubscriber();
  public A withSubscriber(Destination subscriber);
  public Boolean hasSubscriber();
  public SubscriptionSpecFluent.SubscriberNested withNewSubscriber();
  public SubscriptionSpecFluent.SubscriberNested withNewSubscriberLike(Destination item);
  public SubscriptionSpecFluent.SubscriberNested editSubscriber();
  public SubscriptionSpecFluent.SubscriberNested editOrNewSubscriber();
  public SubscriptionSpecFluent.SubscriberNested editOrNewSubscriberLike(Destination item);
  public interface ChannelNested extends Nested,KReferenceFluent>{
    public N and();
    public N endChannel();
    
  }
  public interface DeliveryNested extends Nested,DeliverySpecFluent>{
    public N and();
    public N endDelivery();
    
  }
  public interface ReplyNested extends Nested,DestinationFluent>{
    public N and();
    public N endReply();
    
  }
  public interface SubscriberNested extends Nested,DestinationFluent>{
    public N and();
    public N endSubscriber();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy