case class EndPoint extends AmfObjectWrapper with DomainElement with Product with Serializable
JS EndPoint model class.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EndPoint
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EndPoint()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: List[CustomDomainProperty]
- Definition Classes
- DomainElement
- def description: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: List[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getId(): String
- Definition Classes
- DomainElement
-
def
getObjectByPropertyId(propertyId: String): List[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): List[AnyRef]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def operations: List[Operation]
- def parameters: List[Parameter]
- def path: String
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Range
- Definition Classes
- DomainElement
-
def
relativePath: String
Get the part of the path property that was defined by this EndPoint.
- def security: List[ParametrizedSecurityScheme]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
-
def
withCustomDomainProperties(customProperties: List[DomainExtension]): DomainElement
- Definition Classes
- DomainElement
-
def
withDescription(description: String): EndPoint.this.type
Set description property of this EndPoint.
-
def
withExtendsNode(extend: List[ParametrizedDeclaration]): DomainElement
- Definition Classes
- DomainElement
-
def
withId(id: String): DomainElement
- Definition Classes
- DomainElement
-
def
withName(name: String): EndPoint.this.type
Set name property of this EndPoint.
-
def
withOperation(method: String): Operation
Adds one Operation to the operations property of this EndPoint and returns it for population.
-
def
withOperations(operations: List[Operation]): EndPoint.this.type
Set operations property of this EndPoint.
-
def
withParameter(name: String): Parameter
Adds one Parameter to the uriParameters property of this EndPoint and returns it for population.
-
def
withParameters(parameters: List[Parameter]): EndPoint.this.type
Set parameters property of this EndPoint.
-
def
withPath(path: String): EndPoint.this.type
Set full path property of this EndPoint.
-
def
withSecurity(security: List[ParametrizedSecurityScheme]): EndPoint.this.type
Set security property of this EndPoint using a list of ParametrizedSecurityScheme.