class OperationBuilder extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OperationBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authorizations(values: String*): OperationBuilder.this.type
- def authorizations: List[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def consumes(values: String*): OperationBuilder.this.type
- def consumes: List[String]
- def deprecate: OperationBuilder.this.type
- def deprecated: Boolean
- def deprecated(value: Boolean): OperationBuilder.this.type
- def description: Option[String]
- def description(content: String): OperationBuilder.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def operationId: String
- def operationId(value: String): OperationBuilder.this.type
- def parameter(param: Parameter): OperationBuilder.this.type
- def parameters: List[Parameter]
- def parameters(params: Parameter*): OperationBuilder.this.type
- def position: Int
- def position(value: Int): OperationBuilder.this.type
- def produces: List[String]
- def produces(values: String*): OperationBuilder.this.type
- def responseMessage(err: ResponseMessage): OperationBuilder.this.type
- def responseMessages(errs: ResponseMessage*): OperationBuilder.this.type
- def responseMessages: List[ResponseMessage]
- def result: Operation
- val resultClass: DataType
- def schemes(values: String*): OperationBuilder.this.type
- def schemes: List[String]
- def summary: String
- def summary(content: String): OperationBuilder.this.type
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tags(values: String*): OperationBuilder.this.type
- def tags: List[String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()