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
Fields in com.woorea.openstack.base.client declared as Entity Modifier and Type Field Description private Entity<?>OpenStackRequest. entityMethods in com.woorea.openstack.base.client that return Entity Modifier and Type Method Description Entity<?>OpenStackRequest. entity()<T> Entity<T>OpenStackRequest. entity(T entity, java.lang.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, java.lang.CharSequence path, Entity<?> entity, java.lang.Class<R> returnType)OpenStackRequest(OpenStackClient client, HttpMethod method, java.lang.String path, Entity<?> entity, java.lang.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(java.lang.String id, Entity<?> entity, java.lang.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)
-