Packages

case class PolicyBinding(internal: JsonLDObject) extends 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, 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. DynamicObject
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolicyBinding(internal: JsonLDObject)

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

Inherited from AnyRef

Inherited from Any

Ungrouped