Uses of Class
org.webswing.server.services.rest.resources.model.ManifestIcons
-
Packages that use ManifestIcons Package Description org.webswing.server.services.rest.resources.model -
-
Uses of ManifestIcons in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return ManifestIcons Modifier and Type Method Description ManifestIconsManifestIcons. sizes(String sizes)ManifestIconsManifestIcons. src(String src)ManifestIconsManifestIcons. type(String type)Methods in org.webswing.server.services.rest.resources.model that return types with arguments of type ManifestIcons Modifier and Type Method Description List<ManifestIcons>Manifest. getIcons()Method parameters in org.webswing.server.services.rest.resources.model with type arguments of type ManifestIcons Modifier and Type Method Description ManifestManifest. icons(List<ManifestIcons> icons)voidManifest. setIcons(List<ManifestIcons> icons)
-