me.snowdrop.istio.mixer.template.checknothing.CheckNothingListFluent Maven / Gradle / Ivy
package me.snowdrop.istio.mixer.template.checknothing;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import javax.validation.constraints.NotNull;
import io.fabric8.kubernetes.api.builder.Predicate;
import io.fabric8.kubernetes.api.model.ListMeta;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface CheckNothingListFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public A addToItems(int index,CheckNothing item);
public A setToItems(int index,CheckNothing item);
public A addToItems(CheckNothing... items);
public A addAllToItems(Collection items);
public A removeFromItems(CheckNothing... items);
public A removeAllFromItems(Collection items);
/**
* This method has been deprecated, please use method buildItems instead.
* @return The buildable object.
*/
@Deprecated public List getItems();
public List buildItems();
public CheckNothing buildItem(int index);
public CheckNothing buildFirstItem();
public CheckNothing buildLastItem();
public CheckNothing buildMatchingItem(Predicate predicate);
public A withItems(List items);
public A withItems(CheckNothing... items);
public Boolean hasItems();
public CheckNothingListFluent.ItemsNested addNewItem();
public CheckNothingListFluent.ItemsNested addNewItemLike(CheckNothing item);
public CheckNothingListFluent.ItemsNested setNewItemLike(int index,CheckNothing item);
public CheckNothingListFluent.ItemsNested editItem(int index);
public CheckNothingListFluent.ItemsNested editFirstItem();
public CheckNothingListFluent.ItemsNested editLastItem();
public CheckNothingListFluent.ItemsNested editMatchingItem(Predicate predicate);
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
public ListMeta getMetadata();
public A withMetadata(ListMeta metadata);
public Boolean hasMetadata();
public A withNewMetadata(String _continue,String resourceVersion,String selfLink);
public interface ItemsNested extends Nested,CheckNothingFluent>{
public N and(); public N endItem();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy