Uses of Class
com.woorea.openstack.base.client.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in com.woorea.openstack.base.client
Fields in com.woorea.openstack.base.client declared as EntityMethods in com.woorea.openstack.base.client that return EntityModifier and TypeMethodDescriptionEntity<?>
OpenStackRequest.entity()
<T> Entity<T>
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 EntityModifierConstructorDescriptionOpenStackRequest
(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 -
Uses of Entity in com.woorea.openstack.nova.api.extensions
Constructors in com.woorea.openstack.nova.api.extensions with parameters of type Entity