public class CloudCredentialListFluentImpl<A extends CloudCredentialListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CloudCredentialListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CloudCredentialListFluentImpl.ItemsNestedImpl<N> |
CloudCredentialListFluent.ItemsNested<N>| Constructor and Description |
|---|
CloudCredentialListFluentImpl() |
CloudCredentialListFluentImpl(CloudCredentialList instance) |
public CloudCredentialListFluentImpl()
public CloudCredentialListFluentImpl(CloudCredentialList instance)
public String getApiVersion()
getApiVersion in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A addToItems(Integer index, CloudCredential item)
addToItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A setToItems(Integer index, CloudCredential item)
setToItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A addToItems(CloudCredential... items)
addToItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A addAllToItems(Collection<CloudCredential> items)
addAllToItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A removeFromItems(CloudCredential... items)
removeFromItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A removeAllFromItems(Collection<CloudCredential> items)
removeAllFromItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A removeMatchingFromItems(Predicate<CloudCredentialBuilder> predicate)
removeMatchingFromItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>@Deprecated public List<CloudCredential> getItems()
getItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public List<CloudCredential> buildItems()
buildItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredential buildItem(Integer index)
buildItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredential buildFirstItem()
buildFirstItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredential buildLastItem()
buildLastItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredential buildMatchingItem(Predicate<CloudCredentialBuilder> predicate)
buildMatchingItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Boolean hasMatchingItem(Predicate<CloudCredentialBuilder> predicate)
hasMatchingItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A withItems(List<CloudCredential> items)
withItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A withItems(CloudCredential... items)
withItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Boolean hasItems()
hasItems in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> addNewItem()
addNewItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> addNewItemLike(CloudCredential item)
addNewItemLike in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> setNewItemLike(Integer index, CloudCredential item)
setNewItemLike in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> editLastItem()
editLastItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public CloudCredentialListFluent.ItemsNested<A> editMatchingItem(Predicate<CloudCredentialBuilder> predicate)
editMatchingItem in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public String getKind()
getKind in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A withKind(String kind)
withKind in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Boolean hasKind()
hasKind in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CloudCredentialListFluent<A extends CloudCredentialListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.