case class ErrorSecurityScheme(idPart: String, ast: YPart) extends SecurityScheme with ErrorDeclaration[SecuritySchemeModel.type] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorSecurityScheme
- Serializable
- Serializable
- Product
- Equals
- ErrorDeclaration
- SecurityScheme
- WithSettings
- NamedDomainElement
- NamedAmfObject
- Linkable
- AdoptionDependantCalls
- DomainElement
- CustomizableElement
- AmfObject
- AmfElement
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ErrorSecurityScheme(idPart: String, ast: YPart)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to any2stringadd[ErrorSecurityScheme] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ErrorSecurityScheme, B)
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to ArrowAssoc[ErrorSecurityScheme] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(field: Field, value: AmfElement): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): ErrorSecurityScheme.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String] = Seq()): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme → AmfObject
-
val
annotations: Annotations
- Definition Classes
- SecurityScheme → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val ast: YPart
-
def
classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
apply method for create a new instance with fields and annotations.
apply method for create a new instance with fields and annotations. Aux method for copy
- Attributes
- protected
- Definition Classes
- SecurityScheme → Linkable
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
- Definition Classes
- AmfObject → AmfElement
-
def
cloneScheme(parent: String): SecurityScheme
- Definition Classes
- SecurityScheme
-
def
copyElement(a: Annotations): Linkable with DomainElement
- Definition Classes
- Linkable
-
def
copyElement(): Linkable with DomainElement
- Definition Classes
- Linkable
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
-
def
description: StrField
- Definition Classes
- SecurityScheme
-
def
displayName: StrField
- Definition Classes
- SecurityScheme
-
def
effectiveLinkTarget(links: Set[Linkable]): DomainElement
- Definition Classes
- Linkable
-
def
ensuring(cond: (ErrorSecurityScheme) ⇒ Boolean, msg: ⇒ Any): ErrorSecurityScheme
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to Ensuring[ErrorSecurityScheme] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ErrorSecurityScheme) ⇒ Boolean): ErrorSecurityScheme
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to Ensuring[ErrorSecurityScheme] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ErrorSecurityScheme
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to Ensuring[ErrorSecurityScheme] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ErrorSecurityScheme
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to Ensuring[ErrorSecurityScheme] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- SecurityScheme → AmfObject
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to StringFormat[ErrorSecurityScheme] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
def
headers: Seq[Parameter]
- Definition Classes
- SecurityScheme
-
val
id: String
- Definition Classes
- AmfObject
- val idPart: String
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
link[T](label: String, annotations: Annotations): T
- Definition Classes
- Linkable
-
val
linkAnnotations: Option[Annotations]
- Definition Classes
- Linkable
-
def
linkCopy(): SecurityScheme
- Definition Classes
- SecurityScheme → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement]
- Definition Classes
- Linkable
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: SecuritySchemeModel.type
- Definition Classes
- ErrorDeclaration → AmfObject
-
val
model: SecuritySchemeModel.type
- Definition Classes
- ErrorSecurityScheme → ErrorDeclaration
-
def
name: StrField
- Definition Classes
- NamedAmfObject
-
def
nameField: Field
- Definition Classes
- SecurityScheme → NamedAmfObject
-
val
namespace: String
- Definition Classes
- ErrorSecurityScheme → ErrorDeclaration
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newErrorInstance: ErrorDeclaration[SecuritySchemeModel.type]
- Attributes
- protected
- Definition Classes
- ErrorSecurityScheme → ErrorDeclaration
-
def
normalizeType(): Unit
- Definition Classes
- SecurityScheme
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
-
def
queryParameters: Seq[Parameter]
- Definition Classes
- SecurityScheme
-
def
queryString: Shape
- Definition Classes
- SecurityScheme
-
def
responses: Seq[Response]
- Definition Classes
- SecurityScheme
-
def
set(field: Field, value: AmfElement, annotations: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String, annotations: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
settings: Settings
- Definition Classes
- SecurityScheme
-
val
shouldLink: Boolean
- Attributes
- protected
- Definition Classes
- Linkable
-
final
def
simpleAdoption(parent: String): ErrorSecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
supportsRecursion: BoolField
- Definition Classes
- Linkable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
type: StrField
- Definition Classes
- SecurityScheme
-
def
typeIris: Seq[String]
- Definition Classes
- DomainElement → CustomizableElement
-
def
unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
- Definition Classes
- Linkable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withApiKeySettings(): ApiKeySettings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorSecurityScheme.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withCustomDomainProperty(extensions: DomainExtension): ErrorSecurityScheme.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withDefaultSettings(): Settings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withDescription(description: String): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withDisplayName(displayName: String): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withExtends(extend: Seq[DomainElement]): ErrorSecurityScheme.this.type
- Definition Classes
- DomainElement
-
def
withHeader(name: String): Parameter
- Definition Classes
- SecurityScheme
-
def
withHeaders(headers: Seq[Parameter]): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withHttpApiKeySettings(): HttpApiKeySettings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withHttpSettings(): HttpSettings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withId(value: String): ErrorSecurityScheme.this.type
- Definition Classes
- ErrorDeclaration → AmfObject
-
def
withIsExternalLink(isReference: Boolean): ErrorSecurityScheme.this.type
- Definition Classes
- DomainElement
-
def
withLinkLabel(label: String, annotations: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement): ErrorSecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withName(name: String): ErrorSecurityScheme.this.type
- Definition Classes
- NamedAmfObject
-
def
withName(nameNode: ScalarNode): ErrorSecurityScheme.this.type
- Definition Classes
- NamedAmfObject
-
def
withName(name: String, a: Annotations): ErrorSecurityScheme.this.type
- Definition Classes
- NamedAmfObject
-
def
withName(node: YNode): ErrorSecurityScheme.this.type
- Definition Classes
- NamedAmfObject
-
def
withOAuth1Settings(): OAuth1Settings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withOAuth2Settings(): OAuth2Settings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withObject(): ApiKeySettings
- Definition Classes
- SecurityScheme
-
def
withOpenIdConnectSettings(): OpenIdConnectSettings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withQueryParameter(name: String): Parameter
- Definition Classes
- SecurityScheme
-
def
withQueryParameters(queryParameters: Seq[Parameter]): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withQueryString(queryString: Shape): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withResponse(name: String): Response
- Definition Classes
- SecurityScheme
-
def
withResponses(responses: Seq[Response]): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withSettings(settings: Settings): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
withSupportsRecursion(recursive: Boolean): ErrorSecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withSynthesizeName(name: String): ErrorSecurityScheme.this.type
- Definition Classes
- NamedAmfObject
-
def
withType(type: String): ErrorSecurityScheme.this.type
- Definition Classes
- SecurityScheme
-
def
→[B](y: B): (ErrorSecurityScheme, B)
- Implicit
- This member is added by an implicit conversion from ErrorSecurityScheme to ArrowAssoc[ErrorSecurityScheme] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.