@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public interface Service extends ErrorHandler
path tests
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.core.io.Resource |
bytesGet()
Returns response from call to path %s.
|
default Response1 |
defaultErrorGet()
Returns response from call to path %s.
|
default void |
emptyGet()
Returns response from call to path %s.
|
default Response2 |
item201Get()
Returns response from call to path %s.
|
default Response2 |
itemGet()
Returns response from call to path %s.
|
default Name |
jsonStringGet()
Returns response from call to path %s.
|
default void |
parameterNameCollisionGet(String a,
String a2)
Returns response from call to path %s.
|
default Response2 |
paramRefGet(String id,
OffsetDateTime first)
Returns response from call to path %s.
|
default Response2 |
paramsGet(String id,
OffsetDateTime first,
Optional<Long> second,
int third)
Returns response from call to path %s.
|
default Response2 |
paramsIdGet(String id,
String apiKey,
String bickie)
Returns response from call to path %s.
|
default void |
pointsGet(Point a,
Point b)
Returns response from call to path %s.
|
default void |
queryObjectGet(QueryObjectGetIdParameterId id)
Returns response from call to path %s.
|
default Response1 |
requestBodyMultiTypePost(RequestBody1 requestBody)
Returns response from call to path %s.
|
default Response2 |
requestBodyNotRequiredPost(Optional<RequestBody2> requestBody)
Returns response from call to path %s.
|
default Response1 |
requestBodyRefPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
default Response1 |
requestBodyRequiredPost(RequestBody1 requestBody)
Returns response from call to path %s.
|
default Response1 |
responseMultiTypeGet(String accept,
String username)
Returns response from call to path %s.
|
default Response4 |
responseRef2Get()
Returns response from call to path %s.
|
default Response2 |
responseRefGet()
Returns response from call to path %s.
|
default String |
textGet()
Returns response from call to path %s.
|
default Object |
uploadImagePost()
Returns response from call to path %s.
|
errorResponse, errorResponseBody, notImplemented, responsedefault Response1 requestBodyRequiredPost(RequestBody1 requestBody) throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response1
[status=default, application/json] --> Error
requestBody - requestBodyServiceExceptiondefault Response2 requestBodyNotRequiredPost(Optional<RequestBody2> requestBody) throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response2
[status=default, application/json] --> Error
requestBody - requestBodyServiceExceptiondefault Response1 requestBodyRefPost(RequestBody1 requestBody) throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response1
[status=default, application/json] --> Error
requestBody - requestBodyServiceExceptiondefault Response1 responseMultiTypeGet(String accept, String username) throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response1
[status=200, application/octet-stream] --> byte[]
[status=default, application/json] --> Error
username - usernameaccept - acceptServiceExceptiondefault org.springframework.core.io.Resource bytesGet()
throws ServiceException
Returns response from call to path %s.
[status=200, application/octet-stream] --> RequestBodyMultiTypePostRequestApplicationOctetStream
[status=default, application/json] --> Error
ServiceExceptiondefault Object uploadImagePost() throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> byte[]
ServiceExceptiondefault Response1 defaultErrorGet() throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response1
[status=default, application/json] --> Error
ServiceExceptiondefault String textGet() throws ServiceException
Returns response from call to path %s.
[status=200, text/plain] --> Name
[status=default, application/json] --> Error
ServiceExceptiondefault Name jsonStringGet() throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Name
[status=default, application/json] --> Error
ServiceExceptiondefault Response1 requestBodyMultiTypePost(RequestBody1 requestBody) throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response1
[status=default, application/json] --> Error
requestBody - requestBodyServiceExceptiondefault Response2 itemGet() throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response2
[status=default, application/json] --> Error
ServiceExceptiondefault Response2 item201Get() throws ServiceException
Returns response from call to path %s.
[status=201, application/json] --> Response2
[status=default, application/json] --> Error
ServiceExceptiondefault Response2 responseRefGet() throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response2
[status=default, application/json] --> Error
ServiceExceptiondefault Response4 responseRef2Get() throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response4
[status=default, application/json] --> Error
ServiceExceptiondefault void emptyGet()
throws ServiceException
Returns response from call to path %s.
[status=default, application/json] --> Error
ServiceExceptiondefault Response2 paramsGet(String id, OffsetDateTime first, Optional<Long> second, int third) throws ServiceException
Returns response from call to path %s.
[status=203, application/json] --> Response2
[status=default, application/json] --> Error
third - thirdid - idfirst - firstsecond - secondServiceExceptiondefault Response2 paramsIdGet(String id, String apiKey, String bickie) throws ServiceException
Returns response from call to path %s.
[status=200, application/json] --> Response2
[status=default, application/json] --> Error
apiKey - apiKeybickie - bickieid - idServiceExceptiondefault void queryObjectGet(QueryObjectGetIdParameterId id) throws ServiceException
Returns response from call to path %s.
id - idServiceExceptiondefault void pointsGet(Point a, Point b) throws ServiceException
Returns response from call to path %s.
a - ab - bServiceExceptiondefault Response2 paramRefGet(String id, OffsetDateTime first) throws ServiceException
Returns response from call to path %s.
[status=203, application/json] --> Response2
[status=default, application/json] --> Error
id - idfirst - firstServiceExceptiondefault void parameterNameCollisionGet(String a, String a2) throws ServiceException
Returns response from call to path %s.
a2 - a2a - aServiceExceptionCopyright © 2023. All rights reserved.