Packages

class APIInstance extends DynamicObject with HasName with HasAnnotations with HasLabels

Annotations
@JSExportAll()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. APIInstance
  2. HasLabels
  3. HasAnnotations
  4. HasName
  5. DynamicObject
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new APIInstance(name: String, address: String)
    Annotations
    @JSExportTopLevel( "APIInstance" )
  2. new APIInstance(internal: scala.model.project.management.APIInstance)

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): APIInstance.this.type
    Definition Classes
    HasAnnotations
  5. def addAnnotation(annotation: String, value: Double): APIInstance.this.type
    Definition Classes
    HasAnnotations
  6. def addAnnotation(annotation: String, value: Float): APIInstance.this.type
    Definition Classes
    HasAnnotations
  7. def addAnnotation(annotation: String, value: Int): APIInstance.this.type
    Definition Classes
    HasAnnotations
  8. def addAnnotation(annotation: String, value: String): APIInstance.this.type
    Definition Classes
    HasAnnotations
  9. def addLabel(label: String, value: Boolean): APIInstance.this.type
    Definition Classes
    HasLabels
  10. def addLabel(label: String, value: Double): APIInstance.this.type
    Definition Classes
    HasLabels
  11. def addLabel(label: String, value: Float): APIInstance.this.type
    Definition Classes
    HasLabels
  12. def addLabel(label: String, value: Int): APIInstance.this.type
    Definition Classes
    HasLabels
  13. def addLabel(label: String, value: String): APIInstance.this.type
    Definition Classes
    HasLabels
  14. def address(): String
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. def environment(): Environment
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def getBooleanAnnotation(annotation: String): Boolean
    Definition Classes
    HasAnnotations
  21. def getBooleanLabel(label: String): Boolean
    Definition Classes
    HasLabels
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def getDoubleAnnotation(annotation: String): Double
    Definition Classes
    HasAnnotations
  24. def getDoubleLabel(label: String): Double
    Definition Classes
    HasLabels
  25. def getFloatAnnotation(annotation: String): Float
    Definition Classes
    HasAnnotations
  26. def getFloatLabel(label: String): Float
    Definition Classes
    HasLabels
  27. def getIntAnnotation(annotation: String): Int
    Definition Classes
    HasAnnotations
  28. def getIntLabel(label: String): Int
    Definition Classes
    HasLabels
  29. def getStringAnnotation(annotation: String): String
    Definition Classes
    HasAnnotations
  30. def getStringLabel(label: String): String
    Definition Classes
    HasLabels
  31. def hasApprovedContracts(): internal.type
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def name: 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 policyBindings(): internal.convert.ManagementClientConverters.ClientList[PolicyBinding]
  39. def services(): internal.convert.ManagementClientConverters.ClientList[Service]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withAddress(address: String): APIInstance.this.type
  46. def withApprovedContracts(hasApprovedContracts: Boolean): APIInstance.this.type
  47. def withConsumerEndpoint(endpoint: String): APIInstance.this.type
  48. def withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
    Definition Classes
    DynamicObject
  49. def withDynamicProperty(key: String, value: Float): DynamicObject
    Definition Classes
    DynamicObject
  50. def withDynamicProperty(key: String, value: Boolean): DynamicObject
    Definition Classes
    DynamicObject
  51. def withDynamicProperty(key: String, value: Int): DynamicObject
    Definition Classes
    DynamicObject
  52. def withDynamicProperty(key: String, value: String): DynamicObject
    Definition Classes
    DynamicObject
  53. def withEnvironment(name: String): Environment
  54. def withEnvironmentId(envId: String): APIInstance.this.type
  55. def withInstanceId(id: Int): APIInstance.this.type
  56. def withInstanceLabel(label: String): APIInstance.this.type
  57. def withName(name: String): APIInstance.this.type
    Definition Classes
    HasName
  58. def withPolicyBinding(): PolicyBinding
  59. def withService(name: String, address: String): Service

Deprecated Value Members

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

Inherited from HasLabels

Inherited from HasAnnotations

Inherited from HasName

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped