public class OpaListFluentImpl<A extends OpaListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OpaListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OpaListFluentImpl.ItemsNestedImpl<N> |
OpaListFluent.ItemsNested<N>| Constructor and Description |
|---|
OpaListFluentImpl() |
OpaListFluentImpl(OpaList instance) |
public OpaListFluentImpl()
public OpaListFluentImpl(OpaList instance)
public String getApiVersion()
getApiVersion in interface OpaListFluent<A extends OpaListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface OpaListFluent<A extends OpaListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface OpaListFluent<A extends OpaListFluent<A>>public A addToItems(int index, Opa item)
addToItems in interface OpaListFluent<A extends OpaListFluent<A>>public A setToItems(int index, Opa item)
setToItems in interface OpaListFluent<A extends OpaListFluent<A>>public A addToItems(Opa... items)
addToItems in interface OpaListFluent<A extends OpaListFluent<A>>public A addAllToItems(Collection<Opa> items)
addAllToItems in interface OpaListFluent<A extends OpaListFluent<A>>public A removeFromItems(Opa... items)
removeFromItems in interface OpaListFluent<A extends OpaListFluent<A>>public A removeAllFromItems(Collection<Opa> items)
removeAllFromItems in interface OpaListFluent<A extends OpaListFluent<A>>@Deprecated public List<Opa> getItems()
getItems in interface OpaListFluent<A extends OpaListFluent<A>>public List<Opa> buildItems()
buildItems in interface OpaListFluent<A extends OpaListFluent<A>>public Opa buildItem(int index)
buildItem in interface OpaListFluent<A extends OpaListFluent<A>>public Opa buildFirstItem()
buildFirstItem in interface OpaListFluent<A extends OpaListFluent<A>>public Opa buildLastItem()
buildLastItem in interface OpaListFluent<A extends OpaListFluent<A>>public Opa buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<OpaBuilder> predicate)
buildMatchingItem in interface OpaListFluent<A extends OpaListFluent<A>>public A withItems(List<Opa> items)
withItems in interface OpaListFluent<A extends OpaListFluent<A>>public A withItems(Opa... items)
withItems in interface OpaListFluent<A extends OpaListFluent<A>>public Boolean hasItems()
hasItems in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> addNewItem()
addNewItem in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> addNewItemLike(Opa item)
addNewItemLike in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> setNewItemLike(int index, Opa item)
setNewItemLike in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> editItem(int index)
editItem in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> editLastItem()
editLastItem in interface OpaListFluent<A extends OpaListFluent<A>>public OpaListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<OpaBuilder> predicate)
editMatchingItem in interface OpaListFluent<A extends OpaListFluent<A>>public String getKind()
getKind in interface OpaListFluent<A extends OpaListFluent<A>>public A withKind(String kind)
withKind in interface OpaListFluent<A extends OpaListFluent<A>>public Boolean hasKind()
hasKind in interface OpaListFluent<A extends OpaListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface OpaListFluent<A extends OpaListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface OpaListFluent<A extends OpaListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface OpaListFluent<A extends OpaListFluent<A>>public A withNewMetadata(String _continue, String resourceVersion, String selfLink)
withNewMetadata in interface OpaListFluent<A extends OpaListFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.