case class ErrorEndPoint(idPart: String, ast: YPart) extends EndPoint with ErrorDeclaration[EndPointModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[EndPointModel.type], EndPoint, HasFederationMetadata[EndPointFederationMetadata], ServerContainer, ExtensibleWebApiDomainElement, SecuredElement, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorEndPoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. EndPoint
  8. HasFederationMetadata
  9. ServerContainer
  10. ExtensibleWebApiDomainElement
  11. SecuredElement
  12. NamedDomainElement
  13. DomainElement
  14. CustomizableElement
  15. NamedAmfObject
  16. AmfObject
  17. AmfElement
  18. AnyRef
  19. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorEndPoint(idPart: String, ast: YPart)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to any2stringadd[ErrorEndPoint] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorEndPoint, B)
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to ArrowAssoc[ErrorEndPoint] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    EndPoint → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val ast: YPart
  13. def bindings: ChannelBindings
    Definition Classes
    EndPoint
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    EndPoint → AmfObject
  17. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  18. def description: StrField
    Definition Classes
    EndPoint
  19. def ensuring(cond: (ErrorEndPoint) ⇒ Boolean, msg: ⇒ Any): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (ErrorEndPoint) ⇒ Boolean): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  25. def federationMetadata: EndPointFederationMetadata
    Definition Classes
    HasFederationMetadata
  26. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  27. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to StringFormat[ErrorEndPoint] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. lazy val graph: Graph
    Definition Classes
    DomainElement
  30. val id: String
    Definition Classes
    AmfObject
  31. val idPart: String
  32. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  35. def location(): Option[String]
    Definition Classes
    AmfElement
  36. def meta: EndPointModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  37. val model: EndPointModel.type
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  38. def name: StrField
    Definition Classes
    NamedAmfObject
  39. def nameField: Field
    Definition Classes
    EndPoint → NamedAmfObject
  40. val namespace: String
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def newErrorInstance: ErrorDeclaration[EndPointModel.type]
    Attributes
    protected
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. def operations: Seq[Operation]
    Definition Classes
    EndPoint
  46. def parameters: Seq[Parameter]
    Definition Classes
    EndPoint
  47. def parent: Option[EndPoint]
    Definition Classes
    EndPoint
  48. def path: StrField
    Definition Classes
    EndPoint
  49. def payloads: Seq[Payload]
    Definition Classes
    EndPoint
  50. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  51. def relativePath: String
    Definition Classes
    EndPoint
  52. def removeServers(): Unit
    Definition Classes
    EndPointServerContainer
  53. def resourceType: Option[ParametrizedResourceType]
    Definition Classes
    EndPoint
  54. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  55. def servers: Seq[Server]
    Definition Classes
    EndPointServerContainer
  56. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: AmfElement): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, values: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Float): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Double): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Int): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Boolean): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: String, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  65. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  66. def setArray(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  67. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  68. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  69. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  70. final def simpleAdoption(parent: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  71. def summary: StrField
    Definition Classes
    EndPoint
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def traits: Seq[ParametrizedTrait]
    Definition Classes
    EndPoint
  74. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def withBindings(bindings: ChannelBindings): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  79. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  80. def withCustomDomainProperty(extensions: DomainExtension): ErrorEndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  81. def withDescription(description: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  82. def withExtends(extend: Seq[DomainElement]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  83. def withFederationMetadata(metadata: EndPointFederationMetadata): ErrorEndPoint.this.type
    Definition Classes
    HasFederationMetadata
  84. def withId(value: String): ErrorEndPoint.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  85. def withInferredName(name: String): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  86. def withIsExternalLink(isReference: Boolean): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  87. def withName(name: String): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  88. def withName(nameNode: ScalarNode): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  89. def withName(name: String, a: Annotations): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  90. def withName(node: YNode): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  91. def withOperation(method: String): Operation
    Definition Classes
    EndPoint
  92. def withOperations(operations: Seq[Operation]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  93. def withParameter(name: String): Parameter
    Definition Classes
    EndPoint
  94. def withParameters(parameters: Seq[Parameter]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  95. def withPath(path: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  96. def withPayload(mediaType: Option[String] = None): Payload
    Definition Classes
    EndPoint
  97. def withPayloads(payloads: Seq[Payload]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  98. def withResourceType(name: String): ParametrizedResourceType
  99. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  100. def withSecurity(security: Seq[SecurityRequirement]): ErrorEndPoint.this.type
    Definition Classes
    SecuredElement
  101. def withServer(url: String): Server
    Definition Classes
    EndPoint
  102. def withServers(servers: Seq[Server]): ErrorEndPoint.this.type
    Definition Classes
    EndPointServerContainer
  103. def withSummary(summary: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  104. def withSynthesizeName(name: String): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  105. def withTrait(name: String): ParametrizedTrait
  106. def [B](y: B): (ErrorEndPoint, B)
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to ArrowAssoc[ErrorEndPoint] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration[EndPointModel.type]

Inherited from EndPoint

Inherited from HasFederationMetadata[EndPointFederationMetadata]

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from NamedAmfObject

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ErrorEndPoint to any2stringadd[ErrorEndPoint]

Inherited by implicit conversion StringFormat from ErrorEndPoint to StringFormat[ErrorEndPoint]

Inherited by implicit conversion Ensuring from ErrorEndPoint to Ensuring[ErrorEndPoint]

Inherited by implicit conversion ArrowAssoc from ErrorEndPoint to ArrowAssoc[ErrorEndPoint]

Ungrouped