c
org.mulesoft.apb.project.client.scala.model.management
PolicyBinding
Companion object PolicyBinding
case class PolicyBinding(internal: JsonLDObject, inlined: Boolean) extends DynamicObject with HasTargetRef with HasAnnotations with HasName with Product with Serializable
PolicyBinding, either inlined or standalone resource. TODO: implement getters and setters for standalone mode
- inlined
indicates if this is an inlined PolicyBindings. InlinedBindings do not have a 'SPEC' object, they are directly the 'SPEC' object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PolicyBinding
- Serializable
- Serializable
- Product
- Equals
- HasName
- HasAnnotations
- HasTargetRef
- HasSpec
- HasMetadata
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PolicyBinding(internal: JsonLDObject, inlined: Boolean)
- inlined
indicates if this is an inlined PolicyBindings. InlinedBindings do not have a 'SPEC' object, they are directly the 'SPEC' object
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
addAnnotation(annotation: String, value: Boolean): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Double): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Float): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Int): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: String): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
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
-
def
getAnnotation[T](annotation: String)(implicit ct: ClassTag[T]): T
- Definition Classes
- HasAnnotations
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getObjectConfig(name: String): DynamicObject
- def getScalarConfig[T](name: String)(implicit ct: ClassTag[T]): T
-
def
getTargetRefName: Option[String]
- Definition Classes
- HasTargetRef
-
def
hasName(obj: DynamicObject): Boolean
- Attributes
- protected
- Definition Classes
- HasTargetRef
-
def
hasTarget: Boolean
- Definition Classes
- HasTargetRef
- val inlined: Boolean
-
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
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 order: Int
- def policyRef: PolicyRef
- def removeService(): PolicyBinding
- def rules: Seq[PolicyBindingRule]
- def service: Service
- def serviceIfPresent: Option[Service]
-
def
spec: DynamicObject
- Definition Classes
- HasSpec
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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 withConfig(name: String, value: DynamicObject): PolicyBinding.this.type
- def withConfig(name: String, value: Double): PolicyBinding.this.type
- def withConfig(name: String, value: Float): PolicyBinding.this.type
- def withConfig(name: String, value: Boolean): PolicyBinding.this.type
- def withConfig(name: String, value: Int): PolicyBinding.this.type
- def withConfig(name: String, value: String): PolicyBinding.this.type
-
def
withName(name: String): PolicyBinding.this.type
- Definition Classes
- HasName
-
def
withNamespace(namespace: String): PolicyBinding.this.type
- Definition Classes
- HasName
- def withOrder(order: Int): PolicyBinding.this.type
- def withPolicyRef(name: String, namespace: Option[String] = None): PolicyBinding.this.type
- def withRule(path: String, method: String, host: String): PolicyBindingRule
- def withService(service: Service): PolicyBinding.this.type
- def withService(name: String, address: String): Service
-
def
withTargetRef(name: String, kind: String): PolicyBinding.this.type
- Definition Classes
- HasTargetRef
-
def
withTargetRef(name: String): PolicyBinding.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