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