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) |
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 Boolean hasApiVersion()
hasApiVersion
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A addToItems(int index, DeploymentConfig item)
addToItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A setToItems(int index, DeploymentConfig item)
setToItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A addToItems(DeploymentConfig... items)
addToItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A addAllToItems(Collection<DeploymentConfig> items)
addAllToItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A removeFromItems(DeploymentConfig... items)
removeFromItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A removeAllFromItems(Collection<DeploymentConfig> items)
removeAllFromItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
@Deprecated public List<DeploymentConfig> getItems()
getItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public List<DeploymentConfig> buildItems()
buildItems
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfig buildItem(int index)
buildItem
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfig buildFirstItem()
buildFirstItem
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfig buildLastItem()
buildLastItem
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfig buildMatchingItem(Predicate<DeploymentConfigBuilder> predicate)
buildMatchingItem
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 Boolean hasItems()
hasItems
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 DeploymentConfigListFluent.ItemsNested<A> setNewItemLike(int index, DeploymentConfig item)
setNewItemLike
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfigListFluent.ItemsNested<A> editItem(int index)
editItem
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfigListFluent.ItemsNested<A> editFirstItem()
editFirstItem
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfigListFluent.ItemsNested<A> editLastItem()
editLastItem
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfigListFluent.ItemsNested<A> editMatchingItem(Predicate<DeploymentConfigBuilder> predicate)
editMatchingItem
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 Boolean hasKind()
hasKind
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
@Deprecated public ListMeta getMetadata()
getMetadata
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public ListMeta buildMetadata()
buildMetadata
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A withMetadata(ListMeta metadata)
withMetadata
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public Boolean hasMetadata()
hasMetadata
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 DeploymentConfigListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public DeploymentConfigListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
editOrNewMetadataLike
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
public A withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata
in interface DeploymentConfigListFluent<A extends DeploymentConfigListFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.