public class OpenShiftAPIServerListFluentImpl<A extends OpenShiftAPIServerListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OpenShiftAPIServerListFluent<A>
OpenShiftAPIServerListFluent.ItemsNested<N>| Constructor and Description |
|---|
OpenShiftAPIServerListFluentImpl() |
OpenShiftAPIServerListFluentImpl(OpenShiftAPIServerList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OpenShiftAPIServerListFluentImpl()
public OpenShiftAPIServerListFluentImpl(OpenShiftAPIServerList instance)
public String getApiVersion()
getApiVersion in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A addToItems(int index, OpenShiftAPIServer item)
addToItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A setToItems(int index, OpenShiftAPIServer item)
setToItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A addToItems(OpenShiftAPIServer... items)
addToItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A addAllToItems(Collection<OpenShiftAPIServer> items)
addAllToItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A removeFromItems(OpenShiftAPIServer... items)
removeFromItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A removeAllFromItems(Collection<OpenShiftAPIServer> items)
removeAllFromItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A removeMatchingFromItems(Predicate<OpenShiftAPIServerBuilder> predicate)
removeMatchingFromItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>@Deprecated public List<OpenShiftAPIServer> getItems()
getItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public List<OpenShiftAPIServer> buildItems()
buildItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServer buildItem(int index)
buildItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServer buildFirstItem()
buildFirstItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServer buildLastItem()
buildLastItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServer buildMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
buildMatchingItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Boolean hasMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
hasMatchingItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A withItems(List<OpenShiftAPIServer> items)
withItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A withItems(OpenShiftAPIServer... items)
withItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Boolean hasItems()
hasItems in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> addNewItem()
addNewItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> addNewItemLike(OpenShiftAPIServer item)
addNewItemLike in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> setNewItemLike(int index, OpenShiftAPIServer item)
setNewItemLike in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> editItem(int index)
editItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> editLastItem()
editLastItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public OpenShiftAPIServerListFluent.ItemsNested<A> editMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
editMatchingItem in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public String getKind()
getKind in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A withKind(String kind)
withKind in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Boolean hasKind()
hasKind in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftAPIServerListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftAPIServerListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.