Esempio n. 1
0
 public FollowersResultBuilder data(Data value) {
   toBuild.data = value;
   return this;
 }
Esempio n. 2
0
 public FollowersResultBuilder error(String value) {
   toBuild.error = value;
   return this;
 }
Esempio n. 3
0
 public FollowersResultBuilder status(String value) {
   toBuild.status = value;
   return this;
 }