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) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentListFluent.ItemsNested<A> |
addNewItem() |
DeploymentListFluent.ItemsNested<A> |
addNewItemLike(Deployment item) |
A |
addToItems(Deployment... items) |
DeploymentListFluent.MetadataNested<A> |
editMetadata() |
DeploymentListFluent.MetadataNested<A> |
editOrNewMetadata() |
DeploymentListFluent.MetadataNested<A> |
editOrNewMetadataLike(ListMeta item) |
boolean |
equals(Object o) |
String |
getApiVersion() |
List<Deployment> |
getItems() |
String |
getKind() |
ListMeta |
getMetadata() |
A |
removeFromItems(Deployment... items) |
A |
withApiVersion(String apiVersion) |
A |
withItems(Deployment... items) |
A |
withItems(List<Deployment> items) |
A |
withKind(String kind) |
A |
withMetadata(ListMeta metadata) |
DeploymentListFluent.MetadataNested<A> |
withNewMetadata() |
A |
withNewMetadata(String resourceVersion,
String selfLink) |
DeploymentListFluent.MetadataNested<A> |
withNewMetadataLike(ListMeta item) |
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 A addToItems(Deployment... items)
addToItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A removeFromItems(Deployment... items)
removeFromItems in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public List<Deployment> getItems()
getItems 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 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 String getKind()
getKind in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withKind(String kind)
withKind in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public ListMeta getMetadata()
getMetadata in interface DeploymentListFluent<A extends DeploymentListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata 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>>public A withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface DeploymentListFluent<A extends DeploymentListFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.