public class DeploymentConfigListFluentImpl<A extends DeploymentConfigListFluent<A>> extends BaseFluent<A> implements DeploymentConfigListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentConfigListFluentImpl.ItemsNestedImpl<N> |
class |
DeploymentConfigListFluentImpl.MetadataNestedImpl<N> |
DeploymentConfigListFluent.ItemsNested<N>, DeploymentConfigListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
DeploymentConfigListFluentImpl() |
DeploymentConfigListFluentImpl(DeploymentConfigList instance) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfigListFluent.ItemsNested<A> |
addNewItem() |
DeploymentConfigListFluent.ItemsNested<A> |
addNewItemLike(DeploymentConfig item) |
A |
addToItems(DeploymentConfig... items) |
DeploymentConfigListFluent.MetadataNested<A> |
editMetadata() |
boolean |
equals(Object o) |
String |
getApiVersion() |
List<DeploymentConfig> |
getItems() |
String |
getKind() |
ListMeta |
getMetadata() |
A |
removeFromItems(DeploymentConfig... items) |
A |
withApiVersion(String apiVersion) |
A |
withItems(DeploymentConfig... items) |
A |
withItems(List<DeploymentConfig> items) |
A |
withKind(String kind) |
A |
withMetadata(ListMeta metadata) |
DeploymentConfigListFluent.MetadataNested<A> |
withNewMetadata() |
A |
withNewMetadata(String resourceVersion,
String selfLink) |
DeploymentConfigListFluent.MetadataNested<A> |
withNewMetadataLike(ListMeta item) |
public DeploymentConfigListFluentImpl()
public DeploymentConfigListFluentImpl(DeploymentConfigList instance)
public String getApiVersion()
getApiVersion in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A addToItems(DeploymentConfig... items)
addToItems in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A removeFromItems(DeploymentConfig... items)
removeFromItems in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public List<DeploymentConfig> getItems()
getItems in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A withItems(List<DeploymentConfig> items)
withItems in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A withItems(DeploymentConfig... items)
withItems in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public DeploymentConfigListFluent.ItemsNested<A> addNewItem()
addNewItem in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public DeploymentConfigListFluent.ItemsNested<A> addNewItemLike(DeploymentConfig item)
addNewItemLike in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public String getKind()
getKind in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A withKind(String kind)
withKind in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public ListMeta getMetadata()
getMetadata in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public DeploymentConfigListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public DeploymentConfigListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public DeploymentConfigListFluent.MetadataNested<A> editMetadata()
editMetadata in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>public A withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.