/** @deprecated Use {@link FollowApi#disableFollowMe()} instead. */ public void disableFollowMe() { FollowApi.getApi(this).disableFollowMe(); }
/** @deprecated Use {@link FollowApi#enableFollowMe(FollowType)} instead. */ public void enableFollowMe(FollowType followType) { FollowApi.getApi(this).enableFollowMe(followType); }