c
org.mulesoft.apb.project.client.scala.model.project.management
ServiceRoute
Companion object ServiceRoute
case class ServiceRoute(internal: JsonLDObject)(implicit serviceName: String, routeIndex: Int) extends GraphAccessors with DynamicObject with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceRoute
- Serializable
- Serializable
- Product
- Equals
- GraphAccessors
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ServiceRoute(internal: JsonLDObject)(implicit serviceName: String, routeIndex: Int)
Type Members
-
abstract
type
This <: DynamicObject
- Definition Classes
- DynamicObject
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
- def addRule(rule: String): ServiceRoute.this.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def destinationPath: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def rules: Seq[String]
- implicit val serviceName: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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 withDestinationPath(destinationPath: String): ServiceRoute.this.type
-
def
withDynamicProperty(key: String, value: JsonLDObject): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Float): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Boolean): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Int): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: String): This
- Definition Classes
- DynamicObject
- def withRules(rules: Seq[String]): ServiceRoute.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated