case object PINNED_SYNC extends SyncType with Recognized with Product with Serializable
Denotes that this peer is pinned into an active sync.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PINNED_SYNC
- Recognized
- SyncType
- GeneratedEnum
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def asRecognized: Option[Recognized]
- Definition Classes
- SyncType → GeneratedEnum
- def companion: GeneratedEnumCompanion[SyncType]
- Definition Classes
- SyncType → GeneratedEnum
- val index: Int
- Definition Classes
- PINNED_SYNC → GeneratedEnum
- def isActiveSync: Boolean
- Definition Classes
- SyncType
- def isPassiveSync: Boolean
- Definition Classes
- SyncType
- def isPinnedSync: Boolean
- Definition Classes
- PINNED_SYNC → SyncType
- def isUnknownSync: Boolean
- Definition Classes
- SyncType
- def isUnrecognized: Boolean
- Definition Classes
- GeneratedEnum
- def javaValueDescriptor: EnumValueDescriptor
- Definition Classes
- GeneratedEnum
- val name: String
- Definition Classes
- PINNED_SYNC → GeneratedEnum
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def scalaValueDescriptor: EnumValueDescriptor
- Definition Classes
- GeneratedEnum
- def toString(): String
- Definition Classes
- GeneratedEnum → Any
- val value: Int
- Definition Classes
- SyncType → GeneratedEnum