trait SwaggerOperation extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerOperation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def authorizations: List[String]
- abstract def consumes: List[String]
- abstract def deprecated: Boolean
- abstract def method: HttpMethod
- abstract def nickname: Option[String]
- abstract def notes: Option[String]
- abstract def parameters: List[Parameter]
- abstract def position: Int
- abstract def produces: List[String]
- abstract def protocols: List[String]
- abstract def responseClass: DataType
- abstract def responseMessages: List[ResponseMessage]
- abstract def summary: String
- abstract def tags: List[String]
Deprecated Value Members
-
def
errorResponses: List[ResponseMessage]
- Annotations
- @deprecated
- Deprecated
(Since version 2.2.2) Swagger spec 1.2 renamed
errorResponses
toresponseMessages
.
-
def
httpMethod: HttpMethod
- Annotations
- @deprecated
- Deprecated
(Since version 2.2.2) Swagger spec 1.2 renamed
httpMethod
tomethod
.