Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.45 KB | None | 0 0
  1.   final case class FindFriendsByOAuthRequest(token: String, authType: AuthType.Value) extends RestRequestContext with ExternalFriendsProcessing
  2.  
  3. final case class FindFriendsToInviteByOAuthRequest(token: String, authType: AuthType.Value) extends RestRequestContext
  4.   with ExternalFriendsProcessing
  5.  
  6.   final case class InviteFriendsByEmailRequest(authAccountIds: List[String]) extends RestRequestContext with ExternalFriendsProcessing with RegularUserRequest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement