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

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

package io.fabric8.knative.messaging.v1alpha1;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.knative.v1.URLFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.v1.URL;
import io.fabric8.knative.v1.URLBuilder;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface SubscriptionStatusPhysicalSubscriptionFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildDeadLetterSinkURI instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public URL getDeadLetterSinkURI();
    public URL buildDeadLetterSinkURI();
    public A withDeadLetterSinkURI(URL deadLetterSinkURI);
    public Boolean hasDeadLetterSinkURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.DeadLetterSinkURINested withNewDeadLetterSinkURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.DeadLetterSinkURINested withNewDeadLetterSinkURILike(URL item);
    public SubscriptionStatusPhysicalSubscriptionFluent.DeadLetterSinkURINested editDeadLetterSinkURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.DeadLetterSinkURINested editOrNewDeadLetterSinkURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.DeadLetterSinkURINested editOrNewDeadLetterSinkURILike(URL item);
    
/**
 * This method has been deprecated, please use method buildReplyURI instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public URL getReplyURI();
    public URL buildReplyURI();
    public A withReplyURI(URL replyURI);
    public Boolean hasReplyURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.ReplyURINested withNewReplyURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.ReplyURINested withNewReplyURILike(URL item);
    public SubscriptionStatusPhysicalSubscriptionFluent.ReplyURINested editReplyURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.ReplyURINested editOrNewReplyURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.ReplyURINested editOrNewReplyURILike(URL item);
    
/**
 * This method has been deprecated, please use method buildSubscriberURI instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public URL getSubscriberURI();
    public URL buildSubscriberURI();
    public A withSubscriberURI(URL subscriberURI);
    public Boolean hasSubscriberURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.SubscriberURINested withNewSubscriberURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.SubscriberURINested withNewSubscriberURILike(URL item);
    public SubscriptionStatusPhysicalSubscriptionFluent.SubscriberURINested editSubscriberURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.SubscriberURINested editOrNewSubscriberURI();
    public SubscriptionStatusPhysicalSubscriptionFluent.SubscriberURINested editOrNewSubscriberURILike(URL item);

    public interface DeadLetterSinkURINested extends io.fabric8.kubernetes.api.builder.Nested,URLFluent>{

        
    public N and();    public N endDeadLetterSinkURI();
}
    public interface ReplyURINested extends io.fabric8.kubernetes.api.builder.Nested,URLFluent>{

        
    public N and();    public N endReplyURI();
}
    public interface SubscriberURINested extends io.fabric8.kubernetes.api.builder.Nested,URLFluent>{

        
    public N and();    public N endSubscriberURI();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy