Class OperatorGroupListFluentImpl<A extends OperatorGroupListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupListFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,OperatorGroupListFluent<A>
- Direct Known Subclasses:
OperatorGroupListBuilder
public class OperatorGroupListFluentImpl<A extends OperatorGroupListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorGroupListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOperatorGroupListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupListFluent
OperatorGroupListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description OperatorGroupListFluentImpl()OperatorGroupListFluentImpl(OperatorGroupList instance)
-
Method Summary
-
-
-
Constructor Detail
-
OperatorGroupListFluentImpl
public OperatorGroupListFluentImpl()
-
OperatorGroupListFluentImpl
public OperatorGroupListFluentImpl(OperatorGroupList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
addToItems
public A addToItems(int index, OperatorGroup item)
- Specified by:
addToItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
setToItems
public A setToItems(int index, OperatorGroup item)
- Specified by:
setToItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
addToItems
public A addToItems(OperatorGroup... items)
- Specified by:
addToItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<OperatorGroup> items)
- Specified by:
addAllToItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
removeFromItems
public A removeFromItems(OperatorGroup... items)
- Specified by:
removeFromItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<OperatorGroup> items)
- Specified by:
removeAllFromItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<OperatorGroupBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
getItems
@Deprecated public List<OperatorGroup> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<OperatorGroup> buildItems()
- Specified by:
buildItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
buildItem
public OperatorGroup buildItem(int index)
- Specified by:
buildItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
buildFirstItem
public OperatorGroup buildFirstItem()
- Specified by:
buildFirstItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
buildLastItem
public OperatorGroup buildLastItem()
- Specified by:
buildLastItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
buildMatchingItem
public OperatorGroup buildMatchingItem(Predicate<OperatorGroupBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<OperatorGroupBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withItems
public A withItems(List<OperatorGroup> items)
- Specified by:
withItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withItems
public A withItems(OperatorGroup... items)
- Specified by:
withItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
addNewItem
public OperatorGroupListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
addNewItemLike
public OperatorGroupListFluent.ItemsNested<A> addNewItemLike(OperatorGroup item)
- Specified by:
addNewItemLikein interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
setNewItemLike
public OperatorGroupListFluent.ItemsNested<A> setNewItemLike(int index, OperatorGroup item)
- Specified by:
setNewItemLikein interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
editItem
public OperatorGroupListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
editFirstItem
public OperatorGroupListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
editLastItem
public OperatorGroupListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
editMatchingItem
public OperatorGroupListFluent.ItemsNested<A> editMatchingItem(Predicate<OperatorGroupBuilder> predicate)
- Specified by:
editMatchingItemin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceOperatorGroupListFluent<A extends OperatorGroupListFluent<A>>
-
-