io.kubernetes.client.openapi.models.V1beta2FlowSchemaListFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1beta2FlowSchemaListFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public A addToItems(Integer index,V1beta2FlowSchema item);
public A setToItems(Integer index,V1beta2FlowSchema item);
public A addToItems(io.kubernetes.client.openapi.models.V1beta2FlowSchema... items);
public A addAllToItems(Collection items);
public A removeFromItems(io.kubernetes.client.openapi.models.V1beta2FlowSchema... items);
public A removeAllFromItems(Collection items);
public A removeMatchingFromItems(Predicate predicate);
/**
* This method has been deprecated, please use method buildItems instead.
* @return The buildable object.
*/
@Deprecated
public List getItems();
public List buildItems();
public V1beta2FlowSchema buildItem(Integer index);
public V1beta2FlowSchema buildFirstItem();
public V1beta2FlowSchema buildLastItem();
public V1beta2FlowSchema buildMatchingItem(Predicate predicate);
public Boolean hasMatchingItem(Predicate predicate);
public A withItems(List items);
public A withItems(io.kubernetes.client.openapi.models.V1beta2FlowSchema... items);
public Boolean hasItems();
public V1beta2FlowSchemaListFluent.ItemsNested addNewItem();
public V1beta2FlowSchemaListFluent.ItemsNested addNewItemLike(V1beta2FlowSchema item);
public V1beta2FlowSchemaListFluent.ItemsNested setNewItemLike(Integer index,V1beta2FlowSchema item);
public V1beta2FlowSchemaListFluent.ItemsNested editItem(Integer index);
public V1beta2FlowSchemaListFluent.ItemsNested editFirstItem();
public V1beta2FlowSchemaListFluent.ItemsNested editLastItem();
public V1beta2FlowSchemaListFluent.ItemsNested editMatchingItem(Predicate predicate);
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
/**
* This method has been deprecated, please use method buildMetadata instead.
* @return The buildable object.
*/
@Deprecated
public V1ListMeta getMetadata();
public V1ListMeta buildMetadata();
public A withMetadata(V1ListMeta metadata);
public Boolean hasMetadata();
public V1beta2FlowSchemaListFluent.MetadataNested withNewMetadata();
public V1beta2FlowSchemaListFluent.MetadataNested withNewMetadataLike(V1ListMeta item);
public V1beta2FlowSchemaListFluent.MetadataNested editMetadata();
public V1beta2FlowSchemaListFluent.MetadataNested editOrNewMetadata();
public V1beta2FlowSchemaListFluent.MetadataNested editOrNewMetadataLike(V1ListMeta item);
public interface ItemsNested extends Nested,V1beta2FlowSchemaFluent>{
public N and();
public N endItem();
}
public interface MetadataNested extends Nested,V1ListMetaFluent>{
public N and();
public N endMetadata();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy