open class IsFollowingResponse
(source)
<init> |
IsFollowingResponse()
A response to a query on whether 'source' is following 'destination' IsFollowingResponse(source: String!, destination: String!, following: Boolean) |
getDestination |
open fun getDestination(): String! |
getSource |
open fun getSource(): String! |
isFollowing |
open fun isFollowing(): Boolean |