Uses of Class
io.fabric8.openshift.api.model.operatorhub.packages.v1.Icon
-
Packages that use Icon Package Description io.fabric8.openshift.api.model.operatorhub.packages.v1 -
-
Uses of Icon in io.fabric8.openshift.api.model.operatorhub.packages.v1
Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return Icon Modifier and Type Method Description IconIconBuilder. build()IconCSVDescriptionFluent. buildFirstIcon()IconCSVDescriptionFluent. buildIcon(int index)IconCSVDescriptionFluent. buildLastIcon()IconCSVDescriptionFluent. buildMatchingIcon(Predicate<IconBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return types with arguments of type Icon Modifier and Type Method Description List<Icon>CSVDescriptionFluent. buildIcon()List<Icon>CSVDescription. getIcon()Icon is the CSV's base64 encoded iconMethods in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type Icon Modifier and Type Method Description CSVDescriptionFluent.IconNested<A>CSVDescriptionFluent. addNewIconLike(Icon item)ACSVDescriptionFluent. addToIcon(int index, Icon item)ACSVDescriptionFluent. addToIcon(Icon... items)protected voidIconFluent. copyInstance(Icon instance)ACSVDescriptionFluent. removeFromIcon(Icon... items)CSVDescriptionFluent.IconNested<A>CSVDescriptionFluent. setNewIconLike(int index, Icon item)ACSVDescriptionFluent. setToIcon(int index, Icon item)ACSVDescriptionFluent. withIcon(Icon... icon)Method parameters in io.fabric8.openshift.api.model.operatorhub.packages.v1 with type arguments of type Icon Modifier and Type Method Description ACSVDescriptionFluent. addAllToIcon(Collection<Icon> items)ACSVDescriptionFluent. removeAllFromIcon(Collection<Icon> items)voidCSVDescription. setIcon(List<Icon> icon)Icon is the CSV's base64 encoded iconACSVDescriptionFluent. withIcon(List<Icon> icon)Constructors in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type Icon Constructor Description IconBuilder(Icon instance)IconBuilder(IconFluent<?> fluent, Icon instance)IconFluent(Icon instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.packages.v1 with type arguments of type Icon Constructor Description CSVDescription(Map<String,String> annotations, APIServiceDefinitions apiservicedefinitions, CustomResourceDefinitions customresourcedefinitions, String description, String displayName, List<Icon> icon, List<InstallMode> installModes, List<String> keywords, List<AppLink> links, List<Maintainer> maintainers, String maturity, String minKubeVersion, List<io.fabric8.kubernetes.api.model.GroupVersionKind> nativeApis, AppLink provider, List<String> relatedImages, String version)
-