Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterRelocate
-
Packages that use ClusterRelocate Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterRelocate in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterRelocate Modifier and Type Method Description ClusterRelocateClusterRelocateBuilder. build()ClusterRelocateClusterRelocateListFluent. buildFirstItem()ClusterRelocateClusterRelocateListFluent. buildItem(int index)ClusterRelocateClusterRelocateListFluent. buildLastItem()ClusterRelocateClusterRelocateListFluent. buildMatchingItem(Predicate<ClusterRelocateBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type ClusterRelocate Modifier and Type Method Description List<ClusterRelocate>ClusterRelocateListFluent. buildItems()List<ClusterRelocate>ClusterRelocateList. getItems()ClusterRelocateList contains a list of ClusterRelocateMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterRelocate Modifier and Type Method Description ClusterRelocateListFluent.ItemsNested<A>ClusterRelocateListFluent. addNewItemLike(ClusterRelocate item)AClusterRelocateListFluent. addToItems(int index, ClusterRelocate item)AClusterRelocateListFluent. addToItems(ClusterRelocate... items)protected voidClusterRelocateFluent. copyInstance(ClusterRelocate instance)AClusterRelocateListFluent. removeFromItems(ClusterRelocate... items)ClusterRelocateListFluent.ItemsNested<A>ClusterRelocateListFluent. setNewItemLike(int index, ClusterRelocate item)AClusterRelocateListFluent. setToItems(int index, ClusterRelocate item)AClusterRelocateListFluent. withItems(ClusterRelocate... items)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterRelocate Modifier and Type Method Description AClusterRelocateListFluent. addAllToItems(Collection<ClusterRelocate> items)AClusterRelocateListFluent. removeAllFromItems(Collection<ClusterRelocate> items)voidClusterRelocateList. setItems(List<ClusterRelocate> items)ClusterRelocateList contains a list of ClusterRelocateAClusterRelocateListFluent. withItems(List<ClusterRelocate> items)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterRelocate Constructor Description ClusterRelocateBuilder(ClusterRelocate instance)ClusterRelocateBuilder(ClusterRelocateFluent<?> fluent, ClusterRelocate instance)ClusterRelocateFluent(ClusterRelocate instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterRelocate Constructor Description ClusterRelocateList(String apiVersion, List<ClusterRelocate> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-