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