| Package | Description |
|---|---|
| com.carma.swagger.doclet.model |
| Modifier and Type | Method and Description |
|---|---|
OperationAuthorizations |
Operation.getAuthorizations()
This gets the authorizations
|
OperationAuthorizations |
Method.getAuthorizations()
This gets the authorizations
|
| Constructor and Description |
|---|
Method(HttpMethod method,
String methodName,
String path,
List<ApiParameter> apiParameters,
List<ApiResponseMessage> responseMessages,
String summary,
String notes,
String returnType,
String returnTypeFormat,
String returnTypeItemsRef,
String returnTypeItemsType,
String returnTypeItemsFormat,
List<String> consumes,
List<String> produces,
OperationAuthorizations authorizations,
boolean deprecated) |
Copyright © 2015. All rights reserved.