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