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