public class ApiKeyListFluentImpl<A extends ApiKeyListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApiKeyListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ApiKeyListFluentImpl.ItemsNestedImpl<N> |
ApiKeyListFluent.ItemsNested<N>| Constructor and Description |
|---|
ApiKeyListFluentImpl() |
ApiKeyListFluentImpl(ApiKeyList instance) |
public ApiKeyListFluentImpl()
public ApiKeyListFluentImpl(ApiKeyList instance)
public String getApiVersion()
getApiVersion in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A addToItems(int index, ApiKey item)
addToItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A setToItems(int index, ApiKey item)
setToItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A addToItems(ApiKey... items)
addToItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A addAllToItems(Collection<ApiKey> items)
addAllToItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A removeFromItems(ApiKey... items)
removeFromItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A removeAllFromItems(Collection<ApiKey> items)
removeAllFromItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>@Deprecated public List<ApiKey> getItems()
getItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public List<ApiKey> buildItems()
buildItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKey buildItem(int index)
buildItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKey buildFirstItem()
buildFirstItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKey buildLastItem()
buildLastItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKey buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ApiKeyBuilder> predicate)
buildMatchingItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A withItems(List<ApiKey> items)
withItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A withItems(ApiKey... items)
withItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public Boolean hasItems()
hasItems in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> addNewItemLike(ApiKey item)
addNewItemLike in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> setNewItemLike(int index, ApiKey item)
setNewItemLike in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> editItem(int index)
editItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public ApiKeyListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ApiKeyBuilder> predicate)
editMatchingItem in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public String getKind()
getKind in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A withKind(String kind)
withKind in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public Boolean hasKind()
hasKind in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>public A withNewMetadata(String _continue, String resourceVersion, String selfLink)
withNewMetadata in interface ApiKeyListFluent<A extends ApiKeyListFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.