BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.contentType(String contentType) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.delete(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.delete(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<ActionResponse> |
MicroVersionedOpenStackService.deleteWithResponse(String... path) |
protected <R> BaseOpenStackService.Invocation<ActionResponse> |
BaseOpenStackService.deleteWithResponse(String... path) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.entity(ModelEntity entity) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.entity(Payload<?> entity) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.get(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.get(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.head(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.head(Class<R> returnType,
String... path) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.header(String name,
Object value) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.headers(Map<String,? extends Object> headers) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.json(String json) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.param(boolean condition,
String name,
Object value) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.param(String name,
Object value) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.paramLists(Map<String,? extends Iterable<? extends Object>> params) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.params(Map<String,? extends Object> params) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.patch(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.patch(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<ActionResponse> |
BaseOpenStackService.patchWithResponse(String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.post(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.post(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<ActionResponse> |
BaseOpenStackService.postWithResponse(String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.put(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.put(Class<R> returnType,
String... path) |
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.request(HttpMethod method,
Class<R> returnType,
String path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.request(HttpMethod method,
Class<R> returnType,
String path) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.serviceType(ServiceType serviceType) |
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.updateParam(String name,
Object value) |