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