Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownload
-
-
Uses of ConsoleCLIDownload in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsoleCLIDownload Modifier and Type Method Description ConsoleCLIDownloadConsoleCLIDownloadBuilder. build()ConsoleCLIDownloadConsoleCLIDownloadListFluent. buildFirstItem()ConsoleCLIDownloadConsoleCLIDownloadListFluent. buildItem(int index)ConsoleCLIDownloadConsoleCLIDownloadListFluent. buildLastItem()ConsoleCLIDownloadConsoleCLIDownloadListFluent. buildMatchingItem(Predicate<ConsoleCLIDownloadBuilder> predicate)Methods in io.fabric8.openshift.api.model.console.v1 that return types with arguments of type ConsoleCLIDownload Modifier and Type Method Description List<ConsoleCLIDownload>ConsoleCLIDownloadListFluent. buildItems()List<ConsoleCLIDownload>ConsoleCLIDownloadList. 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 ConsoleCLIDownload Modifier and Type Method Description ConsoleCLIDownloadListFluent.ItemsNested<A>ConsoleCLIDownloadListFluent. addNewItemLike(ConsoleCLIDownload item)AConsoleCLIDownloadListFluent. addToItems(int index, ConsoleCLIDownload item)AConsoleCLIDownloadListFluent. addToItems(ConsoleCLIDownload... items)protected voidConsoleCLIDownloadFluent. copyInstance(ConsoleCLIDownload instance)AConsoleCLIDownloadListFluent. removeFromItems(ConsoleCLIDownload... items)ConsoleCLIDownloadListFluent.ItemsNested<A>ConsoleCLIDownloadListFluent. setNewItemLike(int index, ConsoleCLIDownload item)AConsoleCLIDownloadListFluent. setToItems(int index, ConsoleCLIDownload item)AConsoleCLIDownloadListFluent. withItems(ConsoleCLIDownload... items)Method parameters in io.fabric8.openshift.api.model.console.v1 with type arguments of type ConsoleCLIDownload Modifier and Type Method Description AConsoleCLIDownloadListFluent. addAllToItems(Collection<ConsoleCLIDownload> items)AConsoleCLIDownloadListFluent. removeAllFromItems(Collection<ConsoleCLIDownload> items)voidConsoleCLIDownloadList. setItems(List<ConsoleCLIDownload> items)Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).AConsoleCLIDownloadListFluent. withItems(List<ConsoleCLIDownload> items)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleCLIDownload Constructor Description ConsoleCLIDownloadBuilder(ConsoleCLIDownload instance)ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, ConsoleCLIDownload instance)ConsoleCLIDownloadFluent(ConsoleCLIDownload instance)Constructor parameters in io.fabric8.openshift.api.model.console.v1 with type arguments of type ConsoleCLIDownload Constructor Description ConsoleCLIDownloadList(String apiVersion, List<ConsoleCLIDownload> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-