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

annotations.me.snowdrop.istio.api.model.v1.broker.ServicePlanFluent 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 java.util.ArrayList;
import me.snowdrop.istio.api.builder.Nested;
import java.lang.String;
import me.snowdrop.istio.api.builder.Predicate;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.lang.Object;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;

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


    
/**
 * This method has been deprecated, please use method buildPlan instead.
 */
@Deprecated public CatalogPlan getPlan();
    public CatalogPlan buildPlan();
    public A withPlan(CatalogPlan plan);
    public Boolean hasPlan();
    public A withNewPlan(String description,String id,String name);
    public ServicePlanFluent.PlanNested withNewPlan();
    public ServicePlanFluent.PlanNested withNewPlanLike(CatalogPlan item);
    public ServicePlanFluent.PlanNested editPlan();
    public ServicePlanFluent.PlanNested editOrNewPlan();
    public ServicePlanFluent.PlanNested editOrNewPlanLike(CatalogPlan item);
    public A addToServices(int index,String item);
    public A setToServices(int index,String item);
    public A addToServices(String... items);
    public A addAllToServices(Collection items);
    public A removeFromServices(String... items);
    public A removeAllFromServices(Collection items);
    public List getServices();
    public String getService(int index);
    public String getFirstService();
    public String getLastService();
    public String getMatchingService(me.snowdrop.istio.api.builder.Predicate predicate);
    public A withServices(List services);
    public A withServices(String... services);
    public Boolean hasServices();

    public interface PlanNested extends me.snowdrop.istio.api.builder.Nested,CatalogPlanFluent>{

        
    public N and();    public N endPlan();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy