Package io.getstream.core.models
Class FollowStats
- java.lang.Object
-
- io.getstream.core.models.FollowStats
-
public final class FollowStats extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
FollowStats.FollowStat
-
Constructor Summary
Constructors Constructor Description FollowStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FollowStats.FollowStat
getFollowers()
FollowStats.FollowStat
getFollowing()
-
-
-
Method Detail
-
getFollowers
public FollowStats.FollowStat getFollowers()
-
getFollowing
public FollowStats.FollowStat getFollowing()
-
-