Class V1APIGroupListFluentImpl<A extends V1APIGroupListFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1APIGroupListFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1APIGroupListFluent<A>
- Direct Known Subclasses:
V1APIGroupListBuilder
public class V1APIGroupListFluentImpl<A extends V1APIGroupListFluent<A>>
extends BaseFluent<A>
implements V1APIGroupListFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1APIGroupListFluent
V1APIGroupListFluent.GroupsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1APIGroupListFluentImpl
(io.kubernetes.client.openapi.models.V1APIGroupList instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToGroups
(Collection<io.kubernetes.client.openapi.models.V1APIGroup> items) addNewGroupLike
(io.kubernetes.client.openapi.models.V1APIGroup item) addToGroups
(io.kubernetes.client.openapi.models.V1APIGroup... items) addToGroups
(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item) io.kubernetes.client.openapi.models.V1APIGroup
io.kubernetes.client.openapi.models.V1APIGroup
buildGroup
(Integer index) List<io.kubernetes.client.openapi.models.V1APIGroup>
io.kubernetes.client.openapi.models.V1APIGroup
io.kubernetes.client.openapi.models.V1APIGroup
buildMatchingGroup
(Predicate<V1APIGroupBuilder> predicate) editMatchingGroup
(Predicate<V1APIGroupBuilder> predicate) boolean
List<io.kubernetes.client.openapi.models.V1APIGroup>
Deprecated.getKind()
int
hashCode()
hasKind()
hasMatchingGroup
(Predicate<V1APIGroupBuilder> predicate) removeAllFromGroups
(Collection<io.kubernetes.client.openapi.models.V1APIGroup> items) removeFromGroups
(io.kubernetes.client.openapi.models.V1APIGroup... items) removeMatchingFromGroups
(Predicate<V1APIGroupBuilder> predicate) setNewGroupLike
(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item) setToGroups
(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item) toString()
withApiVersion
(String apiVersion) withGroups
(io.kubernetes.client.openapi.models.V1APIGroup... groups) withGroups
(List<io.kubernetes.client.openapi.models.V1APIGroup> groups) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1APIGroupListFluentImpl
public V1APIGroupListFluentImpl() -
V1APIGroupListFluentImpl
public V1APIGroupListFluentImpl(io.kubernetes.client.openapi.models.V1APIGroupList instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
addToGroups
- Specified by:
addToGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
setToGroups
- Specified by:
setToGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
addToGroups
- Specified by:
addToGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
addAllToGroups
- Specified by:
addAllToGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
removeFromGroups
- Specified by:
removeFromGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
removeAllFromGroups
- Specified by:
removeAllFromGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
removeMatchingFromGroups
- Specified by:
removeMatchingFromGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
getGroups
Deprecated.This method has been deprecated, please use method buildGroups instead.- Specified by:
getGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
- Returns:
- The buildable object.
-
buildGroups
- Specified by:
buildGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
buildGroup
- Specified by:
buildGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
buildFirstGroup
public io.kubernetes.client.openapi.models.V1APIGroup buildFirstGroup()- Specified by:
buildFirstGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
buildLastGroup
public io.kubernetes.client.openapi.models.V1APIGroup buildLastGroup()- Specified by:
buildLastGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
buildMatchingGroup
public io.kubernetes.client.openapi.models.V1APIGroup buildMatchingGroup(Predicate<V1APIGroupBuilder> predicate) - Specified by:
buildMatchingGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
hasMatchingGroup
- Specified by:
hasMatchingGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
withGroups
- Specified by:
withGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
withGroups
- Specified by:
withGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
hasGroups
- Specified by:
hasGroups
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
addNewGroup
- Specified by:
addNewGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
addNewGroupLike
public V1APIGroupListFluent.GroupsNested<A> addNewGroupLike(io.kubernetes.client.openapi.models.V1APIGroup item) - Specified by:
addNewGroupLike
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
setNewGroupLike
public V1APIGroupListFluent.GroupsNested<A> setNewGroupLike(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item) - Specified by:
setNewGroupLike
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
editGroup
- Specified by:
editGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
editFirstGroup
- Specified by:
editFirstGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
editLastGroup
- Specified by:
editLastGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
editMatchingGroup
public V1APIGroupListFluent.GroupsNested<A> editMatchingGroup(Predicate<V1APIGroupBuilder> predicate) - Specified by:
editMatchingGroup
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1APIGroupListFluent<A extends V1APIGroupListFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1APIGroupListFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1APIGroupListFluent<A>>
-
toString
-