OperationBuilder

org.scalatra.swagger.SwaggerSupportSyntax$.OperationBuilder
class OperationBuilder(val resultClass: DataType)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def authorizations: List[String]
def authorizations(values: String*): OperationBuilder.this.type
def consumes: List[String]
def consumes(values: String*): OperationBuilder.this.type
def deprecate: OperationBuilder.this.type
def deprecated(value: Boolean): OperationBuilder.this.type
def deprecated: Boolean
def description(content: String): OperationBuilder.this.type
def description: Option[String]
def operationId(value: String): OperationBuilder.this.type
def operationId: String
def parameter(param: Parameter): OperationBuilder.this.type
def parameters(params: Parameter*): OperationBuilder.this.type
def parameters: List[Parameter]
def position(value: Int): OperationBuilder.this.type
def position: Int
def produces(values: String*): OperationBuilder.this.type
def produces: List[String]
def schemes: List[String]
def schemes(values: String*): OperationBuilder.this.type
def summary(content: String): OperationBuilder.this.type
def summary: String
def tags: List[String]
def tags(values: String*): OperationBuilder.this.type

Concrete fields