c
org.mulesoft.apb.project.client.scala.model.project.management
EnvironmentBinding
Companion object EnvironmentBinding
case class EnvironmentBinding(internal: JsonLDObject) extends DynamicObject with HasTargetRef with HasName with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnvironmentBinding
- Serializable
- Serializable
- Product
- Equals
- HasName
- HasTargetRef
- HasSpec
- HasMetadata
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EnvironmentBinding(internal: JsonLDObject)
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getTargetRefName: Option[String]
- Definition Classes
- HasTargetRef
-
def
hasName(obj: DynamicObject): Boolean
- Attributes
- protected
- Definition Classes
- HasTargetRef
-
def
hasTarget: Boolean
- Definition Classes
- HasTargetRef
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metadata: DynamicObject
- Definition Classes
- HasMetadata
-
def
metadataIfPresent: Option[DynamicObject]
- Definition Classes
- HasMetadata
-
def
name: String
- Definition Classes
- HasName
-
def
nameIfPresent: Option[String]
- Definition Classes
- HasName
-
def
namespace: String
- Definition Classes
- HasName
-
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
spec: DynamicObject
- Definition Classes
- HasSpec
-
def
specIfPresent: Option[DynamicObject]
- Definition Classes
- HasSpec
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def targetEnvironmentRef: String
-
def
targetRef: NamedRefWithKind
- Definition Classes
- HasTargetRef
-
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
withName(name: String): EnvironmentBinding.this.type
- Definition Classes
- HasName
-
def
withNamespace(namespace: String): EnvironmentBinding.this.type
- Definition Classes
- HasName
- def withTargetEnvironmentRef(name: String): EnvironmentBinding.this.type
-
def
withTargetRef(name: String, kind: String): EnvironmentBinding.this.type
- Definition Classes
- HasTargetRef
-
def
withTargetRef(name: String): EnvironmentBinding.this.type
- Definition Classes
- HasTargetRef
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated