final case class GetDataDeleted[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends GetResponse[A] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetDataDeleted
- Serializable
- Product
- Equals
- GetResponse
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getRequest: [Any]
Java API
Java API
- Definition Classes
- GetResponse
- val key: Key[A]
- Definition Classes
- → GetResponse
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val request: [Any]
- Definition Classes
- → GetResponse
The Get request couldn't be performed because the entry has been deleted.