-
- All Implemented Interfaces:
public final class FindUserParamsA class that defines parameters to find User.
-
-
Field Summary
Fields Modifier and Type Field Description private StringuserIdprivate BooleanwithFollowCount
-
Constructor Summary
Constructors Constructor Description FindUserParams()
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final UnitsetUserId(String userId)final BooleangetWithFollowCount()final UnitsetWithFollowCount(Boolean withFollowCount)-
-
Method Detail
-
getWithFollowCount
final Boolean getWithFollowCount()
-
setWithFollowCount
final Unit setWithFollowCount(Boolean withFollowCount)
-
-
-
-