case class PolicyBinding(internal: JsonLDObject) extends GraphAccessors with DynamicObject with HasTargetRef with HasAnnotations with HasLabels with HasName with Product with Serializable

PolicyBinding, either inlined or standalone resource. TODO: implement getters and setters for standalone mode

Linear Supertypes
Serializable, Serializable, Product, Equals, HasName, HasLabels, HasAnnotations, HasTargetRef, HasSpec, HasMetadata, GraphAccessors, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolicyBinding
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasName
  7. HasLabels
  8. HasAnnotations
  9. HasTargetRef
  10. HasSpec
  11. HasMetadata
  12. GraphAccessors
  13. DynamicObject
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolicyBinding(internal: JsonLDObject)

Type Members

  1. abstract type This <: DynamicObject
    Definition Classes
    DynamicObject

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 addAnnotation(annotation: String, value: Boolean): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  5. def addAnnotation(annotation: String, value: Double): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  6. def addAnnotation(annotation: String, value: Float): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  7. def addAnnotation(annotation: String, value: Int): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  8. def addAnnotation(annotation: String, value: String): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  9. def addLabel(label: String, value: Boolean): PolicyBinding.this.type
    Definition Classes
    HasLabels
  10. def addLabel(label: String, value: Double): PolicyBinding.this.type
    Definition Classes
    HasLabels
  11. def addLabel(label: String, value: Float): PolicyBinding.this.type
    Definition Classes
    HasLabels
  12. def addLabel(label: String, value: Int): PolicyBinding.this.type
    Definition Classes
    HasLabels
  13. def addLabel(label: String, value: String): PolicyBinding.this.type
    Definition Classes
    HasLabels
  14. def alerts(): Seq[Alert]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def extension: Extension
  19. def getAnnotation[T](annotation: String)(implicit ct: ClassTag[T]): T
    Definition Classes
    HasAnnotations
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def getIntLabel(label: String): Int
    Definition Classes
    HasLabels
  22. def getIntLabelIfPresent(label: String): Option[Int]
    Definition Classes
    HasLabels
  23. def getLabel[T](label: String)(implicit ct: ClassTag[T]): T
    Definition Classes
    HasLabels
  24. def getLabelIfPresent[T](label: String)(implicit ct: ClassTag[T]): Option[T]
    Definition Classes
    HasLabels
  25. def getObjectConfig(name: String): GraphAccessors
  26. def getScalarConfig[T](name: String)(implicit ct: ClassTag[T]): T
  27. def getStringLabel(label: String): String
    Definition Classes
    HasLabels
  28. def getStringLabelIfPresent(label: String): Option[String]
    Definition Classes
    HasLabels
  29. def getTargetRefName: Option[String]
    Definition Classes
    HasTargetRef
  30. def hasName(obj: GraphAccessors): Boolean
    Attributes
    protected
    Definition Classes
    HasTargetRef
  31. def hasTarget: Boolean
    Definition Classes
    HasTargetRef
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def metadata: GraphAccessors
    Definition Classes
    HasMetadata
  34. def metadataIfPresent: Option[GraphAccessors]
    Definition Classes
    HasMetadata
  35. def name: String
    Definition Classes
    HasName
  36. def nameIfPresent: Option[String]
    Definition Classes
    HasName
  37. def namespace: String
    Definition Classes
    HasName
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. def order: Int
  42. def policyRef: PolicyRef
  43. def rules: Seq[PolicyBindingRule]
  44. def service: Service
  45. def serviceIfPresent: Option[Service]
  46. def spec: GraphAccessors
    Definition Classes
    HasSpec
  47. def specIfPresent: Option[GraphAccessors]
    Definition Classes
    HasSpec
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def targetRef: NamedRefWithKind
    Definition Classes
    HasTargetRef
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withAlerts(alerts: Seq[Alert]): PolicyBinding.this.type
  54. def withConfig(name: String, values: List[String]): PolicyBinding.this.type
  55. def withConfig(name: String, value: GraphAccessors with DynamicObject): PolicyBinding.this.type
  56. def withConfig(name: String, value: Double): PolicyBinding.this.type
  57. def withConfig(name: String, value: Float): PolicyBinding.this.type
  58. def withConfig(name: String, value: Boolean): PolicyBinding.this.type
  59. def withConfig(name: String, value: Int): PolicyBinding.this.type
  60. def withConfig(name: String, value: String): PolicyBinding.this.type
  61. def withDynamicProperty(key: String, value: JsonLDObject): This
    Definition Classes
    DynamicObject
  62. def withDynamicProperty(key: String, value: Float): This
    Definition Classes
    DynamicObject
  63. def withDynamicProperty(key: String, value: Boolean): This
    Definition Classes
    DynamicObject
  64. def withDynamicProperty(key: String, value: Int): This
    Definition Classes
    DynamicObject
  65. def withDynamicProperty(key: String, value: String): This
    Definition Classes
    DynamicObject
  66. def withExtension(extension: Extension, gav: Gav): PolicyBinding.this.type
  67. def withName(name: String): PolicyBinding.this.type
    Definition Classes
    HasName
  68. def withNamespace(namespace: String): PolicyBinding.this.type
    Definition Classes
    HasName
  69. def withOrder(order: Int): PolicyBinding.this.type
  70. def withPolicyRef(name: String, namespace: Option[String] = None): PolicyBinding.this.type
  71. def withRule(path: String = DEFAULT_RULE_VALUE, method: String = DEFAULT_RULE_VALUE, host: String = DEFAULT_RULE_VALUE): PolicyBindingRule
  72. def withService(service: Service): PolicyBinding.this.type
  73. def withService(name: String, address: String): Service
  74. def withTargetRef(name: String, kind: String): PolicyBinding.this.type
    Definition Classes
    HasTargetRef
  75. def withTargetRef(name: String): PolicyBinding.this.type
    Definition Classes
    HasTargetRef

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasName

Inherited from HasLabels

Inherited from HasAnnotations

Inherited from HasTargetRef

Inherited from HasSpec

Inherited from HasMetadata

Inherited from GraphAccessors

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped