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