Packages

class OperationBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OperationBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OperationBuilder(resultClass: DataType)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authorizations(values: String*): OperationBuilder.this.type
  6. def authorizations: List[String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def consumes(values: String*): OperationBuilder.this.type
  9. def consumes: List[String]
  10. def deprecate: OperationBuilder.this.type
  11. def deprecated: Boolean
  12. def deprecated(value: Boolean): OperationBuilder.this.type
  13. def description: Option[String]
  14. def description(content: String): OperationBuilder.this.type
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def operationId: String
  25. def operationId(value: String): OperationBuilder.this.type
  26. def parameter(param: Parameter): OperationBuilder.this.type
  27. def parameters: List[Parameter]
  28. def parameters(params: Parameter*): OperationBuilder.this.type
  29. def position: Int
  30. def position(value: Int): OperationBuilder.this.type
  31. def produces: List[String]
  32. def produces(values: String*): OperationBuilder.this.type
  33. def responseMessage(err: ResponseMessage): OperationBuilder.this.type
  34. def responseMessages(errs: ResponseMessage*): OperationBuilder.this.type
  35. def responseMessages: List[ResponseMessage]
  36. def result: Operation
  37. val resultClass: DataType
  38. def schemes(values: String*): OperationBuilder.this.type
  39. def schemes: List[String]
  40. def summary: String
  41. def summary(content: String): OperationBuilder.this.type
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def tags(values: String*): OperationBuilder.this.type
  44. def tags: List[String]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped