public interface Returning<T>
| Modifier and Type | Method and Description |
|---|---|
Question<T> |
returning(RestResponseFunction<T> response) |
Returning<T> |
with(RestQueryFunction query) |
Returning<T> |
withPathParameters(String param1,
Object value1) |
Returning<T> |
withPathParameters(String param1,
Object value1,
Object... otherParams) |
Returning<T> |
withQueryParameters(String param1,
Object value1) |
Returning<T> |
withQueryParameters(String param1,
Object value1,
Object... otherParams) |
Returning<T> with(RestQueryFunction query)
Returning<T> withPathParameters(String param1, Object value1, Object... otherParams)
Returning<T> withQueryParameters(String param1, Object value1, Object... otherParams)
Question<T> returning(RestResponseFunction<T> response)
Copyright © 2022. All rights reserved.