Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroup
-
Packages that use OperatorGroup Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of OperatorGroup in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return OperatorGroup Modifier and Type Method Description OperatorGroupOperatorGroupBuilder. build()OperatorGroupOperatorGroupListFluent. buildFirstItem()OperatorGroupOperatorGroupListFluent. buildItem(int index)OperatorGroupOperatorGroupListFluent. buildLastItem()OperatorGroupOperatorGroupListFluent. buildMatchingItem(Predicate<OperatorGroupBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return types with arguments of type OperatorGroup Modifier and Type Method Description List<OperatorGroup>OperatorGroupListFluent. buildItems()List<OperatorGroup>OperatorGroupList. getItems()OperatorGroupList is a list of OperatorGroup resources.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type OperatorGroup Modifier and Type Method Description OperatorGroupListFluent.ItemsNested<A>OperatorGroupListFluent. addNewItemLike(OperatorGroup item)AOperatorGroupListFluent. addToItems(int index, OperatorGroup item)AOperatorGroupListFluent. addToItems(OperatorGroup... items)protected voidOperatorGroupFluent. copyInstance(OperatorGroup instance)AOperatorGroupListFluent. removeFromItems(OperatorGroup... items)OperatorGroupListFluent.ItemsNested<A>OperatorGroupListFluent. setNewItemLike(int index, OperatorGroup item)AOperatorGroupListFluent. setToItems(int index, OperatorGroup item)AOperatorGroupListFluent. withItems(OperatorGroup... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type OperatorGroup Modifier and Type Method Description AOperatorGroupListFluent. addAllToItems(Collection<OperatorGroup> items)AOperatorGroupListFluent. removeAllFromItems(Collection<OperatorGroup> items)voidOperatorGroupList. setItems(List<OperatorGroup> items)OperatorGroupList is a list of OperatorGroup resources.AOperatorGroupListFluent. withItems(List<OperatorGroup> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type OperatorGroup Constructor Description OperatorGroupBuilder(OperatorGroup instance)OperatorGroupBuilder(OperatorGroupFluent<?> fluent, OperatorGroup instance)OperatorGroupFluent(OperatorGroup instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type OperatorGroup Constructor Description OperatorGroupList(String apiVersion, List<OperatorGroup> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-