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

me.snowdrop.istio.api.model.v1.broker.ServiceClassFluent Maven / Gradle / Ivy

package me.snowdrop.istio.api.model.v1.broker;

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import me.snowdrop.istio.api.builder.Fluent;
import me.snowdrop.istio.api.builder.Nested;
import java.lang.String;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface ServiceClassFluent> extends me.snowdrop.istio.api.builder.Fluent{


    
/**
 * This method has been deprecated, please use method buildDeployment instead.
 */
@Deprecated public Deployment getDeployment();
    public Deployment buildDeployment();
    public A withDeployment(Deployment deployment);
    public Boolean hasDeployment();
    public A withNewDeployment(String instance);
    public ServiceClassFluent.DeploymentNested withNewDeployment();
    public ServiceClassFluent.DeploymentNested withNewDeploymentLike(Deployment item);
    public ServiceClassFluent.DeploymentNested editDeployment();
    public ServiceClassFluent.DeploymentNested editOrNewDeployment();
    public ServiceClassFluent.DeploymentNested editOrNewDeploymentLike(Deployment item);
    
/**
 * This method has been deprecated, please use method buildEntry instead.
 */
@Deprecated public CatalogEntry getEntry();
    public CatalogEntry buildEntry();
    public A withEntry(CatalogEntry entry);
    public Boolean hasEntry();
    public A withNewEntry(String description,String id,String name);
    public ServiceClassFluent.EntryNested withNewEntry();
    public ServiceClassFluent.EntryNested withNewEntryLike(CatalogEntry item);
    public ServiceClassFluent.EntryNested editEntry();
    public ServiceClassFluent.EntryNested editOrNewEntry();
    public ServiceClassFluent.EntryNested editOrNewEntryLike(CatalogEntry item);

    public interface DeploymentNested extends me.snowdrop.istio.api.builder.Nested,DeploymentFluent>{

        
    public N and();    public N endDeployment();
}
    public interface EntryNested extends me.snowdrop.istio.api.builder.Nested,CatalogEntryFluent>{

        
    public N and();    public N endEntry();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy