public GroupCardRequest.Builder SetMemberList(int index, RoomInfo.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.memberList_[index] = builderForValue.Build(); return(this); }
public GroupCardRequest.Builder AddMemberList(RoomInfo.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.memberList_.Add(builderForValue.Build()); return(this); }