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

me.snowdrop.istio.api.model.v1.mixer.ReferencedAttributesFluent Maven / Gradle / Ivy

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

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.Integer;
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 ReferencedAttributesFluent> extends me.snowdrop.istio.api.builder.Fluent{


    public A addToAttributeMatches(int index,AttributeMatch item);
    public A setToAttributeMatches(int index,AttributeMatch item);
    public A addToAttributeMatches(AttributeMatch... items);
    public A addAllToAttributeMatches(Collection items);
    public A removeFromAttributeMatches(AttributeMatch... items);
    public A removeAllFromAttributeMatches(Collection items);
    
/**
 * This method has been deprecated, please use method buildAttributeMatches instead.
 */
@Deprecated public List getAttributeMatches();
    public List buildAttributeMatches();
    public AttributeMatch buildAttributeMatch(int index);
    public AttributeMatch buildFirstAttributeMatch();
    public AttributeMatch buildLastAttributeMatch();
    public AttributeMatch buildMatchingAttributeMatch(me.snowdrop.istio.api.builder.Predicate predicate);
    public A withAttributeMatches(List attributeMatches);
    public A withAttributeMatches(AttributeMatch... attributeMatches);
    public Boolean hasAttributeMatches();
    public A addNewAttributeMatch(Integer condition,Integer mapKey,Integer name,String regex);
    public ReferencedAttributesFluent.AttributeMatchesNested addNewAttributeMatch();
    public ReferencedAttributesFluent.AttributeMatchesNested addNewAttributeMatchLike(AttributeMatch item);
    public ReferencedAttributesFluent.AttributeMatchesNested setNewAttributeMatchLike(int index,AttributeMatch item);
    public ReferencedAttributesFluent.AttributeMatchesNested editAttributeMatch(int index);
    public ReferencedAttributesFluent.AttributeMatchesNested editFirstAttributeMatch();
    public ReferencedAttributesFluent.AttributeMatchesNested editLastAttributeMatch();
    public ReferencedAttributesFluent.AttributeMatchesNested editMatchingAttributeMatch(me.snowdrop.istio.api.builder.Predicate predicate);
    public A addToWords(int index,String item);
    public A setToWords(int index,String item);
    public A addToWords(String... items);
    public A addAllToWords(Collection items);
    public A removeFromWords(String... items);
    public A removeAllFromWords(Collection items);
    public List getWords();
    public String getWord(int index);
    public String getFirstWord();
    public String getLastWord();
    public String getMatchingWord(me.snowdrop.istio.api.builder.Predicate predicate);
    public A withWords(List words);
    public A withWords(String... words);
    public Boolean hasWords();

    public interface AttributeMatchesNested extends me.snowdrop.istio.api.builder.Nested,AttributeMatchFluent>{

        
    public N and();    public N endAttributeMatch();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy