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() @IntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def operationId: String
  24. def operationId(value: String): OperationBuilder.this.type
  25. def parameter(param: Parameter): OperationBuilder.this.type
  26. def parameters: List[Parameter]
  27. def parameters(params: Parameter*): OperationBuilder.this.type
  28. def position: Int
  29. def position(value: Int): OperationBuilder.this.type
  30. def produces: List[String]
  31. def produces(values: String*): OperationBuilder.this.type
  32. def responseMessage(err: ResponseMessage): OperationBuilder.this.type
  33. def responseMessages(errs: ResponseMessage*): OperationBuilder.this.type
  34. def responseMessages: List[ResponseMessage]
  35. def result: Operation
  36. val resultClass: DataType
  37. def schemes(values: String*): OperationBuilder.this.type
  38. def schemes: List[String]
  39. def summary: String
  40. def summary(content: String): OperationBuilder.this.type
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def tags(values: String*): OperationBuilder.this.type
  43. def tags: List[String]
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped