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