Packages

case class ErrorEndPoint(idPart: String, ast: YPart) extends EndPoint with ErrorDeclaration with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration, EndPoint, ExtensibleWebApiDomainElement, NamedDomainElement, DomainElement, 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. ExtensibleWebApiDomainElement
  9. NamedDomainElement
  10. DomainElement
  11. AmfObject
  12. AmfElement
  13. AnyRef
  14. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    EndPoint → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val ast: YPart
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. 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
  13. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  14. def description: StrField
    Definition Classes
    EndPoint
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  17. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. lazy val graph: Graph
    Definition Classes
    DomainElement
  22. val id: String
    Definition Classes
    AmfObject
  23. val idPart: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  26. def location(): Option[String]
    Definition Classes
    AmfElement
  27. val meta: Obj
    Definition Classes
    EndPoint → DomainElement
  28. def name: StrField
    Definition Classes
    NamedDomainElement
  29. def nameField: Field
    Attributes
    protected
    Definition Classes
    EndPoint → NamedDomainElement
  30. val namespace: String
    Definition Classes
    ErrorEndPointErrorDeclaration
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def operations: Seq[Operation]
    Definition Classes
    EndPoint
  35. def parameters: Seq[Parameter]
    Definition Classes
    EndPoint
  36. def parent: Option[EndPoint]
    Definition Classes
    EndPoint
  37. def path: StrField
    Definition Classes
    EndPoint
  38. def payloads: Seq[Payload]
    Definition Classes
    EndPoint
  39. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  40. def relativePath: String
    Definition Classes
    EndPoint
  41. def resourceType: Option[ParametrizedResourceType]
    Definition Classes
    EndPoint
  42. def security: Seq[ParametrizedSecurityScheme]
    Definition Classes
    EndPoint
  43. def servers: Seq[Server]
    Definition Classes
    EndPoint
  44. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, value: AmfElement): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  46. def set(field: Field, values: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: Float): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, value: Double): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: Int): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: Boolean): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  52. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  53. def setArray(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  54. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  55. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  56. final def simpleAdoption(parent: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  57. def summary: StrField
    Definition Classes
    EndPoint
  58. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  59. def traits: Seq[ParametrizedTrait]
    Definition Classes
    EndPoint
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  63. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  64. def withCustomDomainProperty(extensions: DomainExtension): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  65. def withDescription(description: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  66. def withExtends(extend: Seq[DomainElement]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  67. def withId(value: String): ErrorEndPoint.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  68. def withName(name: String, a: Annotations): ErrorEndPoint.this.type
    Definition Classes
    NamedDomainElement
  69. def withOperation(method: String): Operation
    Definition Classes
    EndPoint
  70. def withOperations(operations: Seq[Operation]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  71. def withParameter(name: String): Parameter
    Definition Classes
    EndPoint
  72. def withParameters(parameters: Seq[Parameter]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  73. def withPath(path: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  74. def withPayload(mediaType: Option[String] = None): Payload
    Definition Classes
    EndPoint
  75. def withPayloads(payloads: Seq[Payload]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  76. def withResourceType(name: String): ParametrizedResourceType
  77. def withSecurity(name: String): ParametrizedSecurityScheme
    Definition Classes
    EndPoint
  78. def withSecurity(security: Seq[ParametrizedSecurityScheme]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  79. def withServer(url: String): Server
    Definition Classes
    EndPoint
  80. def withServers(servers: Seq[Server]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  81. def withSummary(summary: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  82. def withTrait(name: String): ParametrizedTrait

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration

Inherited from EndPoint

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped