public class DeploymentListFluentImpl<A extends DeploymentListFluent<A>> extends BaseFluent<A> implements DeploymentListFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
DeploymentListFluentImpl.ItemsNestedImpl<N> |
class |
DeploymentListFluentImpl.MetadataNestedImpl<N> |
DeploymentListFluent.ItemsNested<N>, DeploymentListFluent.MetadataNested<N>
_visitables
Constructor and Description |
---|
DeploymentListFluentImpl() |
DeploymentListFluentImpl(DeploymentList instance) |
public DeploymentListFluentImpl()
public DeploymentListFluentImpl(DeploymentList instance)
public String getApiVersion()
getApiVersion
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A addToItems(int index, Deployment item)
addToItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A setToItems(int index, Deployment item)
setToItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A addToItems(Deployment... items)
addToItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A addAllToItems(Collection<Deployment> items)
addAllToItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A removeFromItems(Deployment... items)
removeFromItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A removeAllFromItems(Collection<Deployment> items)
removeAllFromItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
@Deprecated public List<Deployment> getItems()
getItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public List<Deployment> buildItems()
buildItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Deployment buildItem(int index)
buildItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Deployment buildFirstItem()
buildFirstItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Deployment buildLastItem()
buildLastItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Deployment buildMatchingItem(Predicate<DeploymentBuilder> predicate)
buildMatchingItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A withItems(List<Deployment> items)
withItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A withItems(Deployment... items)
withItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Boolean hasItems()
hasItems
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> addNewItem()
addNewItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> addNewItemLike(Deployment item)
addNewItemLike
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> setNewItemLike(int index, Deployment item)
setNewItemLike
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> editItem(int index)
editItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> editFirstItem()
editFirstItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> editLastItem()
editLastItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.ItemsNested<A> editMatchingItem(Predicate<DeploymentBuilder> predicate)
editMatchingItem
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public String getKind()
getKind
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A withKind(String kind)
withKind
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Boolean hasKind()
hasKind
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
@Deprecated public ListMeta getMetadata()
getMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public ListMeta buildMetadata()
buildMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A withMetadata(ListMeta metadata)
withMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public A withNewMetadata(String _continue, String resourceVersion, String selfLink)
withNewMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
withNewMetadataLike
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.MetadataNested<A> editMetadata()
editMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
public DeploymentListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
editOrNewMetadataLike
in interface DeploymentListFluent<A extends DeploymentListFluent<A>>
Copyright © 2011–2018 Red Hat. All rights reserved.