Class V1beta1FlowSchemaListFluentImpl<A extends V1beta1FlowSchemaListFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaListFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1beta1FlowSchemaListFluent<A>
- Direct Known Subclasses:
V1beta1FlowSchemaListBuilder
public class V1beta1FlowSchemaListFluentImpl<A extends V1beta1FlowSchemaListFluent<A>>
extends BaseFluent<A>
implements V1beta1FlowSchemaListFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta1FlowSchemaListFluent
V1beta1FlowSchemaListFluent.ItemsNested<N>, V1beta1FlowSchemaListFluent.MetadataNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1beta1FlowSchemaListFluentImpl(io.kubernetes.client.openapi.models.V1beta1FlowSchemaList instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchema> items) addNewItemLike(io.kubernetes.client.openapi.models.V1beta1FlowSchema item) addToItems(io.kubernetes.client.openapi.models.V1beta1FlowSchema... items) addToItems(Integer index, io.kubernetes.client.openapi.models.V1beta1FlowSchema item) io.kubernetes.client.openapi.models.V1beta1FlowSchemaio.kubernetes.client.openapi.models.V1beta1FlowSchemaList<io.kubernetes.client.openapi.models.V1beta1FlowSchema>io.kubernetes.client.openapi.models.V1beta1FlowSchemaio.kubernetes.client.openapi.models.V1beta1FlowSchemabuildMatchingItem(Predicate<V1beta1FlowSchemaBuilder> predicate) io.kubernetes.client.openapi.models.V1ListMetaeditMatchingItem(Predicate<V1beta1FlowSchemaBuilder> predicate) editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) booleanList<io.kubernetes.client.openapi.models.V1beta1FlowSchema>getItems()Deprecated.getKind()io.kubernetes.client.openapi.models.V1ListMetaDeprecated.inthashCode()hasItems()hasKind()hasMatchingItem(Predicate<V1beta1FlowSchemaBuilder> predicate) removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchema> items) removeFromItems(io.kubernetes.client.openapi.models.V1beta1FlowSchema... items) removeMatchingFromItems(Predicate<V1beta1FlowSchemaBuilder> predicate) setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1beta1FlowSchema item) setToItems(Integer index, io.kubernetes.client.openapi.models.V1beta1FlowSchema item) toString()withApiVersion(String apiVersion) withItems(io.kubernetes.client.openapi.models.V1beta1FlowSchema... items) withMetadata(io.kubernetes.client.openapi.models.V1ListMeta metadata) withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta1FlowSchemaListFluentImpl
public V1beta1FlowSchemaListFluentImpl() -
V1beta1FlowSchemaListFluentImpl
public V1beta1FlowSchemaListFluentImpl(io.kubernetes.client.openapi.models.V1beta1FlowSchemaList instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
setToItems
- Specified by:
setToItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchema> items) - Specified by:
removeAllFromItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1beta1FlowSchema buildFirstItem()- Specified by:
buildFirstItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1beta1FlowSchema buildLastItem()- Specified by:
buildLastItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1beta1FlowSchema buildMatchingItem(Predicate<V1beta1FlowSchemaBuilder> predicate) - Specified by:
buildMatchingItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
addNewItemLike
public V1beta1FlowSchemaListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1beta1FlowSchema item) - Specified by:
addNewItemLikein interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
setNewItemLike
public V1beta1FlowSchemaListFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1beta1FlowSchema item) - Specified by:
setNewItemLikein interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editMatchingItem
public V1beta1FlowSchemaListFluent.ItemsNested<A> editMatchingItem(Predicate<V1beta1FlowSchemaBuilder> predicate) - Specified by:
editMatchingItemin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()- Specified by:
buildMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
withNewMetadataLike
public V1beta1FlowSchemaListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
withNewMetadataLikein interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editMetadata
- Specified by:
editMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadatain interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
editOrNewMetadataLike
public V1beta1FlowSchemaListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
editOrNewMetadataLikein interfaceV1beta1FlowSchemaListFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1beta1FlowSchemaListFluent<A>>
-
toString
-