Uses of Class
com.woorea.openstack.heat.model.Link
-
Packages that use Link Package Description com.woorea.openstack.heat.model -
-
Uses of Link in com.woorea.openstack.heat.model
Fields in com.woorea.openstack.heat.model with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>Resource. linksprivate java.util.List<Link>Stack. linksMethods in com.woorea.openstack.heat.model that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>Resource. getLinks()java.util.List<Link>Stack. getLinks()Method parameters in com.woorea.openstack.heat.model with type arguments of type Link Modifier and Type Method Description voidResource. setLinks(java.util.List<Link> links)voidStack. setLinks(java.util.List<Link> links)
-