Package | Description |
---|---|
com.woorea.openstack.base.client | |
com.woorea.openstack.nova.api |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
OpenStackRequest(OpenStackClient client,
HttpMethod method,
String path,
Entity<?> entity,
Class<R> returnType) |
Constructor and Description |
---|
Action(String id,
Entity<?> entity,
Class<T> returnType) |
Copyright © 2012–2016. All rights reserved.