Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsoleLink
-
-
Uses of ConsoleLink in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsoleLink Modifier and Type Method Description ConsoleLinkConsoleLinkBuilder. build()ConsoleLinkConsoleLinkListFluent. buildFirstItem()ConsoleLinkConsoleLinkListFluent. buildItem(int index)ConsoleLinkConsoleLinkListFluent. buildLastItem()ConsoleLinkConsoleLinkListFluent. buildMatchingItem(Predicate<ConsoleLinkBuilder> predicate)Methods in io.fabric8.openshift.api.model.console.v1 that return types with arguments of type ConsoleLink Modifier and Type Method Description List<ConsoleLink>ConsoleLinkListFluent. buildItems()List<ConsoleLink>ConsoleLinkList. getItems()Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleLink Modifier and Type Method Description ConsoleLinkListFluent.ItemsNested<A>ConsoleLinkListFluent. addNewItemLike(ConsoleLink item)AConsoleLinkListFluent. addToItems(int index, ConsoleLink item)AConsoleLinkListFluent. addToItems(ConsoleLink... items)protected voidConsoleLinkFluent. copyInstance(ConsoleLink instance)AConsoleLinkListFluent. removeFromItems(ConsoleLink... items)ConsoleLinkListFluent.ItemsNested<A>ConsoleLinkListFluent. setNewItemLike(int index, ConsoleLink item)AConsoleLinkListFluent. setToItems(int index, ConsoleLink item)AConsoleLinkListFluent. withItems(ConsoleLink... items)Method parameters in io.fabric8.openshift.api.model.console.v1 with type arguments of type ConsoleLink Modifier and Type Method Description AConsoleLinkListFluent. addAllToItems(Collection<ConsoleLink> items)AConsoleLinkListFluent. removeAllFromItems(Collection<ConsoleLink> items)voidConsoleLinkList. setItems(List<ConsoleLink> items)Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).AConsoleLinkListFluent. withItems(List<ConsoleLink> items)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleLink Constructor Description ConsoleLinkBuilder(ConsoleLink instance)ConsoleLinkBuilder(ConsoleLinkFluent<?> fluent, ConsoleLink instance)ConsoleLinkFluent(ConsoleLink instance)Constructor parameters in io.fabric8.openshift.api.model.console.v1 with type arguments of type ConsoleLink Constructor Description ConsoleLinkList(String apiVersion, List<ConsoleLink> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-