| Modifier and Type | Method and Description |
|---|---|
Response1 |
Client.requestBodyMultiTypePost(RequestBody1 requestBody)
Returns response from call to path %s.
|
org.davidmoten.oa3.codegen.http.HttpResponse |
Client.requestBodyMultiTypePostFullResponse(RequestBody1 requestBody)
Returns response from call to path %s.
|
Response1 |
Client.requestBodyRefPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
org.davidmoten.oa3.codegen.http.HttpResponse |
Client.requestBodyRefPostFullResponse(RequestBody1 requestBody)
Returns response from call to path %s.
|
Response1 |
Client.requestBodyRequiredPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
org.davidmoten.oa3.codegen.http.HttpResponse |
Client.requestBodyRequiredPostFullResponse(RequestBody1 requestBody)
Returns response from call to path %s.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBody1 |
RequestBody1Request.value() |
| Modifier and Type | Method and Description |
|---|---|
static RequestBody1Request |
RequestBody1Request.value(RequestBody1 value) |
| Constructor and Description |
|---|
RequestBody1Request(RequestBody1 value) |
| Modifier and Type | Method and Description |
|---|---|
static RequestBody1 |
RequestBody1.username(String username) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
ServiceController.requestBodyMultiTypePost(RequestBody1 requestBody)
Returns response from call to path %s.
|
default Response1 |
Service.requestBodyMultiTypePost(RequestBody1 requestBody)
Returns response from call to path %s.
|
org.springframework.http.ResponseEntity<?> |
ServiceController.requestBodyRefPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
default Response1 |
Service.requestBodyRefPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
org.springframework.http.ResponseEntity<?> |
ServiceController.requestBodyRequiredPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
default Response1 |
Service.requestBodyRequiredPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
Copyright © 2023. All rights reserved.