object ChangeType extends GeneratedEnumCompanion[ChangeType] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChangeType
- Serializable
- Serializable
- GeneratedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Recognized extends ChangeType
-
final
case class
Unrecognized(unrecognizedValue: Int) extends ChangeType with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = ChangeType
- Definition Classes
- GeneratedEnumCompanion
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[ChangeType]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromName(name: String): Option[ChangeType]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): ChangeType
- Definition Classes
- ChangeType → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- ChangeType → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- ChangeType → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[Recognized]
- Definition Classes
- ChangeType → GeneratedEnumCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
object
ADDED extends ChangeType with Recognized with Product with Serializable
The changed object exists in the 'new' service configuration, but not in the 'old' service configuration.
The changed object exists in the 'new' service configuration, but not in the 'old' service configuration.
- Annotations
- @SerialVersionUID()
-
object
CHANGE_TYPE_UNSPECIFIED extends ChangeType with Recognized with Product with Serializable
No value was provided.
No value was provided.
- Annotations
- @SerialVersionUID()
-
object
MODIFIED extends ChangeType with Recognized with Product with Serializable
The changed object exists in both service configurations, but its value is different.
The changed object exists in both service configurations, but its value is different.
- Annotations
- @SerialVersionUID()
-
object
REMOVED extends ChangeType with Recognized with Product with Serializable
The changed object exists in the 'old' service configuration, but not in the 'new' service configuration.
The changed object exists in the 'old' service configuration, but not in the 'new' service configuration.
- Annotations
- @SerialVersionUID()