class Service extends DynamicObject with HasName with HasAnnotations with HasLabels
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Service
- HasLabels
- HasAnnotations
- HasName
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Service(internal: scala.model.project.management.Service)
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): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Double): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Float): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Int): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: String): Service.this.type
- Definition Classes
- HasAnnotations
-
def
addLabel(label: String, value: Boolean): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Double): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Float): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Int): Service.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: String): Service.this.type
- Definition Classes
- HasLabels
- def address(): String
-
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
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBooleanAnnotation(annotation: String): Boolean
- Definition Classes
- HasAnnotations
-
def
getBooleanLabel(label: String): Boolean
- Definition Classes
- HasLabels
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDoubleAnnotation(annotation: String): Double
- Definition Classes
- HasAnnotations
-
def
getDoubleLabel(label: String): Double
- Definition Classes
- HasLabels
-
def
getFloatAnnotation(annotation: String): Float
- Definition Classes
- HasAnnotations
-
def
getFloatLabel(label: String): Float
- Definition Classes
- HasLabels
-
def
getIntAnnotation(annotation: String): Int
- Definition Classes
- HasAnnotations
-
def
getIntLabel(label: String): Int
- Definition Classes
- HasLabels
-
def
getStringAnnotation(annotation: String): String
- Definition Classes
- HasAnnotations
-
def
getStringLabel(label: String): String
- Definition Classes
- HasLabels
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: 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 routes(): internal.convert.ManagementClientConverters.ClientList[ServiceRoute]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAddress(address: String): Service.this.type
-
def
withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Float): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Boolean): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Int): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: String): DynamicObject
- Definition Classes
- DynamicObject
-
def
withName(name: String): Service.this.type
- Definition Classes
- HasName
- def withRoute(destinationPath: String): ServiceRoute
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated