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