| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.paths.client | |
| org.davidmoten.oa3.codegen.test.paths.schema | |
| org.davidmoten.oa3.codegen.test.paths.service |
| Modifier and Type | Method and Description |
|---|---|
Response2 |
Client.item201Get()
Returns response from call to path %s.
|
Response2 |
Client.itemGet()
Returns response from call to path %s.
|
Response2 |
Client.paramRefGet(String id,
OffsetDateTime first)
Returns response from call to path %s.
|
Response2 |
Client.paramsGet(String id,
OffsetDateTime first,
Optional<Long> second,
int third)
Returns response from call to path %s.
|
Response2 |
Client.paramsIdGet(String id,
String apiKey,
String bickie)
Returns response from call to path %s.
|
Response2 |
Client.requestBodyNotRequiredPost(Optional<RequestBody2> requestBody)
Returns response from call to path %s.
|
Response2 |
Client.responseRefGet()
Returns response from call to path %s.
|
| Modifier and Type | Method and Description |
|---|---|
static Response2 |
Response2.token(String token) |
| Modifier and Type | Method and Description |
|---|---|
default Response2 |
Service.item201Get()
Returns response from call to path %s.
|
default Response2 |
Service.itemGet()
Returns response from call to path %s.
|
default Response2 |
Service.paramRefGet(String id,
OffsetDateTime first)
Returns response from call to path %s.
|
default Response2 |
Service.paramsGet(String id,
OffsetDateTime first,
Optional<Long> second,
int third)
Returns response from call to path %s.
|
default Response2 |
Service.paramsIdGet(String id,
String apiKey,
String bickie)
Returns response from call to path %s.
|
default Response2 |
Service.requestBodyNotRequiredPost(Optional<RequestBody2> requestBody)
Returns response from call to path %s.
|
default Response2 |
Service.responseRefGet()
Returns response from call to path %s.
|
Copyright © 2023. All rights reserved.