Uses of Class
io.fabric8.openshift.api.model.hive.v1.SelectorSyncSet
-
Packages that use SelectorSyncSet Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of SelectorSyncSet in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return SelectorSyncSet Modifier and Type Method Description SelectorSyncSetSelectorSyncSetBuilder. build()SelectorSyncSetSelectorSyncSetListFluent. buildFirstItem()SelectorSyncSetSelectorSyncSetListFluent. buildItem(int index)SelectorSyncSetSelectorSyncSetListFluent. buildLastItem()SelectorSyncSetSelectorSyncSetListFluent. buildMatchingItem(Predicate<SelectorSyncSetBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type SelectorSyncSet Modifier and Type Method Description List<SelectorSyncSet>SelectorSyncSetListFluent. buildItems()List<SelectorSyncSet>SelectorSyncSetList. getItems()SelectorSyncSetList contains a list of SyncSetsMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type SelectorSyncSet Modifier and Type Method Description SelectorSyncSetListFluent.ItemsNested<A>SelectorSyncSetListFluent. addNewItemLike(SelectorSyncSet item)ASelectorSyncSetListFluent. addToItems(int index, SelectorSyncSet item)ASelectorSyncSetListFluent. addToItems(SelectorSyncSet... items)protected voidSelectorSyncSetFluent. copyInstance(SelectorSyncSet instance)ASelectorSyncSetListFluent. removeFromItems(SelectorSyncSet... items)SelectorSyncSetListFluent.ItemsNested<A>SelectorSyncSetListFluent. setNewItemLike(int index, SelectorSyncSet item)ASelectorSyncSetListFluent. setToItems(int index, SelectorSyncSet item)ASelectorSyncSetListFluent. withItems(SelectorSyncSet... items)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type SelectorSyncSet Modifier and Type Method Description ASelectorSyncSetListFluent. addAllToItems(Collection<SelectorSyncSet> items)ASelectorSyncSetListFluent. removeAllFromItems(Collection<SelectorSyncSet> items)voidSelectorSyncSetList. setItems(List<SelectorSyncSet> items)SelectorSyncSetList contains a list of SyncSetsASelectorSyncSetListFluent. withItems(List<SelectorSyncSet> items)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type SelectorSyncSet Constructor Description SelectorSyncSetBuilder(SelectorSyncSet instance)SelectorSyncSetBuilder(SelectorSyncSetFluent<?> fluent, SelectorSyncSet instance)SelectorSyncSetFluent(SelectorSyncSet instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type SelectorSyncSet Constructor Description SelectorSyncSetList(String apiVersion, List<SelectorSyncSet> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-