@API(status=STABLE) public abstract class BodyStage extends DispatchStage
| Constructor and Description |
|---|
BodyStage() |
| Modifier and Type | Method and Description |
|---|---|
abstract DispatchStage |
body(RequestArguments.Entity entity) |
abstract <T> DispatchStage |
body(T body) |
call, dispatch, dispatch, dispatchpublic abstract DispatchStage body(@Nullable RequestArguments.Entity entity)
public abstract <T> DispatchStage body(@Nullable T body)
Copyright © 2015–2020 Zalando SE. All rights reserved.