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