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

annotations.io.fabric8.knative.messaging.v1alpha1.SubscriptionSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.messaging.v1alpha1;

import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1beta1.DeliverySpecFluent;
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.internal.pkg.apis.duck.v1.DestinationFluent;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1beta1.DeliverySpecBuilder;
import io.fabric8.kubernetes.api.model.ObjectReference;
import java.lang.Deprecated;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.lang.Long;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1beta1.DeliverySpec;

public interface SubscriptionSpecFluent> extends Fluent{


    public ObjectReference getChannel();
    public A withChannel(ObjectReference channel);
    public Boolean hasChannel();
    
/**
 * 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);
    public Long getGeneration();
    public A withGeneration(Long generation);
    public Boolean hasGeneration();
    
/**
 * 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 DeliveryNested extends io.fabric8.kubernetes.api.builder.Nested,DeliverySpecFluent>{

        
    public N and();    public N endDelivery();
}
    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