FriendshipRequest

class FriendshipRequest(val id: FriendshipRequestId = FriendshipRequestId(), val from: String, val to: String) : AggregateRoot<FriendshipRequestId>

Constructors

Link copied to clipboard
constructor(id: FriendshipRequestId = FriendshipRequestId(), from: String, to: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: FriendshipRequestId
Link copied to clipboard
val to: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard