org
.
scalatra
.
swagger
AuthOperation
case class
AuthOperation
[
TypeForUser <: AnyRef
]
(
httpMethod:
HttpMethod
,
responseClass: String
,
summary: String
,
notes:
Option
[String]
,
deprecated:
Boolean
,
nickname:
Option
[String]
,
parameters: List[
Parameter
]
,
errorResponses: List[
Error
]
,
allows: (
Option
[TypeForUser]) ⇒
Boolean
,
supportedContentTypes: List[String]
)
extends
SwaggerOperation
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
SwaggerOperation
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
AuthOperation
Serializable
Serializable
Product
Equals
SwaggerOperation
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
AuthOperation
(
httpMethod:
HttpMethod
,
responseClass: String
,
summary: String
,
notes:
Option
[String] =
scala.None
,
deprecated:
Boolean
=
false
,
nickname:
Option
[String] =
scala.None
,
parameters: List[
Parameter
] =
immutable.this.Nil
,
errorResponses: List[
Error
] =
immutable.this.Nil
,
allows: (
Option
[TypeForUser]) ⇒
Boolean
=
...
,
supportedContentTypes: List[String] =
immutable.this.Nil
)
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
val
allows
: (
Option
[TypeForUser]) ⇒
Boolean
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
canEqual
(
arg0:
Any
)
:
Boolean
Definition Classes
AuthOperation
→ Equals
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
val
deprecated
:
Boolean
Definition Classes
AuthOperation
→ SwaggerOperation
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AuthOperation
→ Equals → AnyRef → Any
val
errorResponses
: List[
Error
]
Definition Classes
AuthOperation
→ SwaggerOperation
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AuthOperation
→ AnyRef → Any
val
httpMethod
:
HttpMethod
Definition Classes
AuthOperation
→ SwaggerOperation
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
nickname
:
Option
[String]
Definition Classes
AuthOperation
→ SwaggerOperation
val
notes
:
Option
[String]
Definition Classes
AuthOperation
→ SwaggerOperation
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parameters
: List[
Parameter
]
Definition Classes
AuthOperation
→ SwaggerOperation
def
productArity
:
Int
Definition Classes
AuthOperation
→ Product
def
productElement
(
arg0:
Int
)
:
Any
Definition Classes
AuthOperation
→ Product
def
productIterator
: Iterator[
Any
]
Definition Classes
Product
def
productPrefix
:
String
Definition Classes
AuthOperation
→ Product
val
responseClass
: String
Definition Classes
AuthOperation
→ SwaggerOperation
val
summary
: String
Definition Classes
AuthOperation
→ SwaggerOperation
val
supportedContentTypes
: List[String]
Definition Classes
AuthOperation
→ SwaggerOperation
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
: String
Definition Classes
AuthOperation
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Deprecated Value Members
def
productElements
: Iterator[
Any
]
Definition Classes
Product
Annotations
@deprecated
Deprecated
(Since version 2.8.0)
use productIterator instead
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
SwaggerOperation
Inherited from AnyRef
Inherited from
Any