public class V1alpha1FlowSchemaListFluentImpl<A extends V1alpha1FlowSchemaListFluent<A>> extends BaseFluent<A> implements V1alpha1FlowSchemaListFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1alpha1FlowSchemaListFluentImpl.ItemsNestedImpl<N> |
class |
V1alpha1FlowSchemaListFluentImpl.MetadataNestedImpl<N> |
V1alpha1FlowSchemaListFluent.ItemsNested<N>, V1alpha1FlowSchemaListFluent.MetadataNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1alpha1FlowSchemaListFluentImpl() |
V1alpha1FlowSchemaListFluentImpl(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaList instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToItems(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> items) |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
addNewItem() |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
addNewItemLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchema item) |
A |
addToItems(int index,
io.kubernetes.client.openapi.models.V1alpha1FlowSchema item) |
A |
addToItems(io.kubernetes.client.openapi.models.V1alpha1FlowSchema... items) |
io.kubernetes.client.openapi.models.V1alpha1FlowSchema |
buildFirstItem() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchema |
buildItem(int index) |
List<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> |
buildItems() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchema |
buildLastItem() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchema |
buildMatchingItem(Predicate<V1alpha1FlowSchemaBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ListMeta |
buildMetadata() |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
editFirstItem() |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
editItem(int index) |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
editLastItem() |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
editMatchingItem(Predicate<V1alpha1FlowSchemaBuilder> predicate) |
V1alpha1FlowSchemaListFluent.MetadataNested<A> |
editMetadata() |
V1alpha1FlowSchemaListFluent.MetadataNested<A> |
editOrNewMetadata() |
V1alpha1FlowSchemaListFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) |
boolean |
equals(Object o) |
String |
getApiVersion() |
List<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> |
getItems()
Deprecated.
|
String |
getKind() |
io.kubernetes.client.openapi.models.V1ListMeta |
getMetadata()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasItems() |
Boolean |
hasKind() |
Boolean |
hasMatchingItem(Predicate<V1alpha1FlowSchemaBuilder> predicate) |
Boolean |
hasMetadata() |
A |
removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> items) |
A |
removeFromItems(io.kubernetes.client.openapi.models.V1alpha1FlowSchema... items) |
A |
removeMatchingFromItems(Predicate<V1alpha1FlowSchemaBuilder> predicate) |
V1alpha1FlowSchemaListFluent.ItemsNested<A> |
setNewItemLike(int index,
io.kubernetes.client.openapi.models.V1alpha1FlowSchema item) |
A |
setToItems(int index,
io.kubernetes.client.openapi.models.V1alpha1FlowSchema item) |
A |
withApiVersion(String apiVersion) |
A |
withItems(List<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> items) |
A |
withItems(io.kubernetes.client.openapi.models.V1alpha1FlowSchema... items) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ListMeta metadata) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
V1alpha1FlowSchemaListFluent.MetadataNested<A> |
withNewMetadata() |
V1alpha1FlowSchemaListFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1alpha1FlowSchemaListFluentImpl()
public V1alpha1FlowSchemaListFluentImpl(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaList instance)
public String getApiVersion()
getApiVersion
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A addToItems(int index, io.kubernetes.client.openapi.models.V1alpha1FlowSchema item)
addToItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A setToItems(int index, io.kubernetes.client.openapi.models.V1alpha1FlowSchema item)
setToItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A addToItems(io.kubernetes.client.openapi.models.V1alpha1FlowSchema... items)
addToItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> items)
addAllToItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A removeFromItems(io.kubernetes.client.openapi.models.V1alpha1FlowSchema... items)
removeFromItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> items)
removeAllFromItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A removeMatchingFromItems(Predicate<V1alpha1FlowSchemaBuilder> predicate)
removeMatchingFromItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
@Deprecated public List<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> getItems()
getItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public List<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> buildItems()
buildItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1FlowSchema buildItem(int index)
buildItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1FlowSchema buildFirstItem()
buildFirstItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1FlowSchema buildLastItem()
buildLastItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1FlowSchema buildMatchingItem(Predicate<V1alpha1FlowSchemaBuilder> predicate)
buildMatchingItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public Boolean hasMatchingItem(Predicate<V1alpha1FlowSchemaBuilder> predicate)
hasMatchingItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A withItems(List<io.kubernetes.client.openapi.models.V1alpha1FlowSchema> items)
withItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A withItems(io.kubernetes.client.openapi.models.V1alpha1FlowSchema... items)
withItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public Boolean hasItems()
hasItems
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> addNewItem()
addNewItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchema item)
addNewItemLike
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> setNewItemLike(int index, io.kubernetes.client.openapi.models.V1alpha1FlowSchema item)
setNewItemLike
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> editItem(int index)
editItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> editFirstItem()
editFirstItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> editLastItem()
editLastItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.ItemsNested<A> editMatchingItem(Predicate<V1alpha1FlowSchemaBuilder> predicate)
editMatchingItem
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public String getKind()
getKind
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A withKind(String kind)
withKind
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public Boolean hasKind()
hasKind
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1ListMeta getMetadata()
getMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()
buildMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public A withMetadata(io.kubernetes.client.openapi.models.V1ListMeta metadata)
withMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item)
withNewMetadataLike
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.MetadataNested<A> editMetadata()
editMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
public V1alpha1FlowSchemaListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item)
editOrNewMetadataLike
in interface V1alpha1FlowSchemaListFluent<A extends V1alpha1FlowSchemaListFluent<A>>
Copyright © 2021. All rights reserved.