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