Uses of Class
com.woorea.openstack.base.client.Entity
-
Packages that use Entity Package Description com.woorea.openstack.base.client com.woorea.openstack.nova.api com.woorea.openstack.nova.api.extensions -
-
Uses of Entity in com.woorea.openstack.base.client
Methods in com.woorea.openstack.base.client that return Entity Modifier and Type Method Description Entity<?>OpenStackRequest. entity()<T> Entity<T>OpenStackRequest. entity(T entity, String contentType)static <T> Entity<T>Entity. json(T entity)<T> Entity<T>OpenStackRequest. json(T entity)static <T> Entity<T>Entity. stream(T entity)Constructors in com.woorea.openstack.base.client with parameters of type Entity Constructor Description OpenStackRequest(OpenStackClient client, HttpMethod method, CharSequence path, Entity<?> entity, Class<R> returnType)OpenStackRequest(OpenStackClient client, HttpMethod method, String path, Entity<?> entity, Class<R> returnType) -
Uses of Entity in com.woorea.openstack.nova.api
Constructors in com.woorea.openstack.nova.api with parameters of type Entity Constructor Description Action(String id, Entity<?> entity, Class<T> returnType) -
Uses of Entity in com.woorea.openstack.nova.api.extensions
Constructors in com.woorea.openstack.nova.api.extensions with parameters of type Entity Constructor Description Allocate(Entity<?> entity)
-