annotations.me.snowdrop.servicecatalog.api.model.ServicecatalogSchemaFluent Maven / Gradle / Ivy
The newest version!
package me.snowdrop.servicecatalog.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.String;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.builder.Fluent;
import javax.validation.Valid;
import java.lang.Object;
import java.util.Map;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Deprecated;
public interface ServicecatalogSchemaFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildClusterServiceBroker instead.
* @return The buildable object.
*/
@Deprecated public ClusterServiceBroker getClusterServiceBroker();
public ClusterServiceBroker buildClusterServiceBroker();
public A withClusterServiceBroker(ClusterServiceBroker clusterServiceBroker);
public Boolean hasClusterServiceBroker();
public ServicecatalogSchemaFluent.ClusterServiceBrokerNested withNewClusterServiceBroker();
public ServicecatalogSchemaFluent.ClusterServiceBrokerNested withNewClusterServiceBrokerLike(ClusterServiceBroker item);
public ServicecatalogSchemaFluent.ClusterServiceBrokerNested editClusterServiceBroker();
public ServicecatalogSchemaFluent.ClusterServiceBrokerNested editOrNewClusterServiceBroker();
public ServicecatalogSchemaFluent.ClusterServiceBrokerNested editOrNewClusterServiceBrokerLike(ClusterServiceBroker item);
/**
* This method has been deprecated, please use method buildClusterServiceBrokerList instead.
* @return The buildable object.
*/
@Deprecated public ClusterServiceBrokerList getClusterServiceBrokerList();
public ClusterServiceBrokerList buildClusterServiceBrokerList();
public A withClusterServiceBrokerList(ClusterServiceBrokerList clusterServiceBrokerList);
public Boolean hasClusterServiceBrokerList();
public ServicecatalogSchemaFluent.ClusterServiceBrokerListNested withNewClusterServiceBrokerList();
public ServicecatalogSchemaFluent.ClusterServiceBrokerListNested withNewClusterServiceBrokerListLike(ClusterServiceBrokerList item);
public ServicecatalogSchemaFluent.ClusterServiceBrokerListNested editClusterServiceBrokerList();
public ServicecatalogSchemaFluent.ClusterServiceBrokerListNested editOrNewClusterServiceBrokerList();
public ServicecatalogSchemaFluent.ClusterServiceBrokerListNested editOrNewClusterServiceBrokerListLike(ClusterServiceBrokerList item);
/**
* This method has been deprecated, please use method buildClusterServiceClass instead.
* @return The buildable object.
*/
@Deprecated public ClusterServiceClass getClusterServiceClass();
public ClusterServiceClass buildClusterServiceClass();
public A withClusterServiceClass(ClusterServiceClass clusterServiceClass);
public Boolean hasClusterServiceClass();
public ServicecatalogSchemaFluent.ClusterServiceClassNested withNewClusterServiceClass();
public ServicecatalogSchemaFluent.ClusterServiceClassNested withNewClusterServiceClassLike(ClusterServiceClass item);
public ServicecatalogSchemaFluent.ClusterServiceClassNested editClusterServiceClass();
public ServicecatalogSchemaFluent.ClusterServiceClassNested editOrNewClusterServiceClass();
public ServicecatalogSchemaFluent.ClusterServiceClassNested editOrNewClusterServiceClassLike(ClusterServiceClass item);
/**
* This method has been deprecated, please use method buildClusterServiceClassList instead.
* @return The buildable object.
*/
@Deprecated public ClusterServiceClassList getClusterServiceClassList();
public ClusterServiceClassList buildClusterServiceClassList();
public A withClusterServiceClassList(ClusterServiceClassList clusterServiceClassList);
public Boolean hasClusterServiceClassList();
public ServicecatalogSchemaFluent.ClusterServiceClassListNested withNewClusterServiceClassList();
public ServicecatalogSchemaFluent.ClusterServiceClassListNested withNewClusterServiceClassListLike(ClusterServiceClassList item);
public ServicecatalogSchemaFluent.ClusterServiceClassListNested editClusterServiceClassList();
public ServicecatalogSchemaFluent.ClusterServiceClassListNested editOrNewClusterServiceClassList();
public ServicecatalogSchemaFluent.ClusterServiceClassListNested editOrNewClusterServiceClassListLike(ClusterServiceClassList item);
/**
* This method has been deprecated, please use method buildClusterServicePlan instead.
* @return The buildable object.
*/
@Deprecated public ClusterServicePlan getClusterServicePlan();
public ClusterServicePlan buildClusterServicePlan();
public A withClusterServicePlan(ClusterServicePlan clusterServicePlan);
public Boolean hasClusterServicePlan();
public ServicecatalogSchemaFluent.ClusterServicePlanNested withNewClusterServicePlan();
public ServicecatalogSchemaFluent.ClusterServicePlanNested withNewClusterServicePlanLike(ClusterServicePlan item);
public ServicecatalogSchemaFluent.ClusterServicePlanNested editClusterServicePlan();
public ServicecatalogSchemaFluent.ClusterServicePlanNested editOrNewClusterServicePlan();
public ServicecatalogSchemaFluent.ClusterServicePlanNested editOrNewClusterServicePlanLike(ClusterServicePlan item);
/**
* This method has been deprecated, please use method buildClusterServicePlanList instead.
* @return The buildable object.
*/
@Deprecated public ClusterServicePlanList getClusterServicePlanList();
public ClusterServicePlanList buildClusterServicePlanList();
public A withClusterServicePlanList(ClusterServicePlanList clusterServicePlanList);
public Boolean hasClusterServicePlanList();
public ServicecatalogSchemaFluent.ClusterServicePlanListNested withNewClusterServicePlanList();
public ServicecatalogSchemaFluent.ClusterServicePlanListNested withNewClusterServicePlanListLike(ClusterServicePlanList item);
public ServicecatalogSchemaFluent.ClusterServicePlanListNested editClusterServicePlanList();
public ServicecatalogSchemaFluent.ClusterServicePlanListNested editOrNewClusterServicePlanList();
public ServicecatalogSchemaFluent.ClusterServicePlanListNested editOrNewClusterServicePlanListLike(ClusterServicePlanList item);
/**
* This method has been deprecated, please use method buildServiceBinding instead.
* @return The buildable object.
*/
@Deprecated public ServiceBinding getServiceBinding();
public ServiceBinding buildServiceBinding();
public A withServiceBinding(ServiceBinding serviceBinding);
public Boolean hasServiceBinding();
public ServicecatalogSchemaFluent.ServiceBindingNested withNewServiceBinding();
public ServicecatalogSchemaFluent.ServiceBindingNested withNewServiceBindingLike(ServiceBinding item);
public ServicecatalogSchemaFluent.ServiceBindingNested editServiceBinding();
public ServicecatalogSchemaFluent.ServiceBindingNested editOrNewServiceBinding();
public ServicecatalogSchemaFluent.ServiceBindingNested editOrNewServiceBindingLike(ServiceBinding item);
/**
* This method has been deprecated, please use method buildServiceBindingList instead.
* @return The buildable object.
*/
@Deprecated public ServiceBindingList getServiceBindingList();
public ServiceBindingList buildServiceBindingList();
public A withServiceBindingList(ServiceBindingList serviceBindingList);
public Boolean hasServiceBindingList();
public ServicecatalogSchemaFluent.ServiceBindingListNested withNewServiceBindingList();
public ServicecatalogSchemaFluent.ServiceBindingListNested withNewServiceBindingListLike(ServiceBindingList item);
public ServicecatalogSchemaFluent.ServiceBindingListNested editServiceBindingList();
public ServicecatalogSchemaFluent.ServiceBindingListNested editOrNewServiceBindingList();
public ServicecatalogSchemaFluent.ServiceBindingListNested editOrNewServiceBindingListLike(ServiceBindingList item);
/**
* This method has been deprecated, please use method buildServiceBroker instead.
* @return The buildable object.
*/
@Deprecated public ServiceBroker getServiceBroker();
public ServiceBroker buildServiceBroker();
public A withServiceBroker(ServiceBroker serviceBroker);
public Boolean hasServiceBroker();
public ServicecatalogSchemaFluent.ServiceBrokerNested withNewServiceBroker();
public ServicecatalogSchemaFluent.ServiceBrokerNested withNewServiceBrokerLike(ServiceBroker item);
public ServicecatalogSchemaFluent.ServiceBrokerNested editServiceBroker();
public ServicecatalogSchemaFluent.ServiceBrokerNested editOrNewServiceBroker();
public ServicecatalogSchemaFluent.ServiceBrokerNested editOrNewServiceBrokerLike(ServiceBroker item);
/**
* This method has been deprecated, please use method buildServiceBrokerList instead.
* @return The buildable object.
*/
@Deprecated public ServiceBrokerList getServiceBrokerList();
public ServiceBrokerList buildServiceBrokerList();
public A withServiceBrokerList(ServiceBrokerList serviceBrokerList);
public Boolean hasServiceBrokerList();
public ServicecatalogSchemaFluent.ServiceBrokerListNested withNewServiceBrokerList();
public ServicecatalogSchemaFluent.ServiceBrokerListNested withNewServiceBrokerListLike(ServiceBrokerList item);
public ServicecatalogSchemaFluent.ServiceBrokerListNested editServiceBrokerList();
public ServicecatalogSchemaFluent.ServiceBrokerListNested editOrNewServiceBrokerList();
public ServicecatalogSchemaFluent.ServiceBrokerListNested editOrNewServiceBrokerListLike(ServiceBrokerList item);
/**
* This method has been deprecated, please use method buildServiceInstance instead.
* @return The buildable object.
*/
@Deprecated public ServiceInstance getServiceInstance();
public ServiceInstance buildServiceInstance();
public A withServiceInstance(ServiceInstance serviceInstance);
public Boolean hasServiceInstance();
public ServicecatalogSchemaFluent.ServiceInstanceNested withNewServiceInstance();
public ServicecatalogSchemaFluent.ServiceInstanceNested withNewServiceInstanceLike(ServiceInstance item);
public ServicecatalogSchemaFluent.ServiceInstanceNested editServiceInstance();
public ServicecatalogSchemaFluent.ServiceInstanceNested editOrNewServiceInstance();
public ServicecatalogSchemaFluent.ServiceInstanceNested editOrNewServiceInstanceLike(ServiceInstance item);
/**
* This method has been deprecated, please use method buildServiceInstanceList instead.
* @return The buildable object.
*/
@Deprecated public ServiceInstanceList getServiceInstanceList();
public ServiceInstanceList buildServiceInstanceList();
public A withServiceInstanceList(ServiceInstanceList serviceInstanceList);
public Boolean hasServiceInstanceList();
public ServicecatalogSchemaFluent.ServiceInstanceListNested withNewServiceInstanceList();
public ServicecatalogSchemaFluent.ServiceInstanceListNested withNewServiceInstanceListLike(ServiceInstanceList item);
public ServicecatalogSchemaFluent.ServiceInstanceListNested editServiceInstanceList();
public ServicecatalogSchemaFluent.ServiceInstanceListNested editOrNewServiceInstanceList();
public ServicecatalogSchemaFluent.ServiceInstanceListNested editOrNewServiceInstanceListLike(ServiceInstanceList item);
public interface ClusterServiceBrokerNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceBrokerFluent>{
public N and(); public N endClusterServiceBroker();
}
public interface ClusterServiceBrokerListNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceBrokerListFluent>{
public N and(); public N endClusterServiceBrokerList();
}
public interface ClusterServiceClassNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceClassFluent>{
public N and(); public N endClusterServiceClass();
}
public interface ClusterServiceClassListNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceClassListFluent>{
public N and(); public N endClusterServiceClassList();
}
public interface ClusterServicePlanNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServicePlanFluent>{
public N and(); public N endClusterServicePlan();
}
public interface ClusterServicePlanListNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServicePlanListFluent>{
public N and(); public N endClusterServicePlanList();
}
public interface ServiceBindingNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceBindingFluent>{
public N and(); public N endServiceBinding();
}
public interface ServiceBindingListNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceBindingListFluent>{
public N and(); public N endServiceBindingList();
}
public interface ServiceBrokerNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceBrokerFluent>{
public N and(); public N endServiceBroker();
}
public interface ServiceBrokerListNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceBrokerListFluent>{
public N and(); public N endServiceBrokerList();
}
public interface ServiceInstanceNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceInstanceFluent>{
public N and(); public N endServiceInstance();
}
public interface ServiceInstanceListNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceInstanceListFluent>{
public N and(); public N endServiceInstanceList();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy