Uses of Class
com.woorea.openstack.keystone.model.Link
-
Packages that use Link Package Description com.woorea.openstack.keystone.model -
-
Uses of Link in com.woorea.openstack.keystone.model
Fields in com.woorea.openstack.keystone.model with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>
Access.Service. endpointsLinks
private java.util.List<Link>
Tenants. links
private java.util.List<Link>
Access.User. rolesLinks
Methods in com.woorea.openstack.keystone.model that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>
Access.Service. getEndpointsLinks()
java.util.List<Link>
Tenants. getLinks()
java.util.List<Link>
Access.User. getRolesLinks()
-