public interface ResourceGeneratorParams
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Returns the content in a byte array.
|
String |
getContentType()
Returns the content type.
|
String |
getDescription()
Returns the optional description
|
String |
getName()
Name/key of the example.
|
String |
getOperation()
Returns the operation.
|
int |
getStatus()
Returns the HTTP status code.
|
String getOperation()
String getName()
String getDescription()
int getStatus()
String getContentType()
byte[] getContent()
Copyright © 2022–2023 Rodnan Sol. All rights reserved.