public class ReferralAccountBuilder extends Object
| Constructor and Description |
|---|
ReferralAccountBuilder()
Default constructor to initialize the instance
|
| Modifier and Type | Method and Description |
|---|---|
ReferralAccount |
build()
Build the instance with the given values
|
ReferralAccountBuilder |
dateReferred(String dateReferred) |
ReferralAccountBuilder |
percentageReferral(String percentageReferral) |
ReferralAccountBuilder |
referedUserId(String referedUserId) |
ReferralAccountBuilder |
referralRuleId(String referralRuleId) |
public ReferralAccountBuilder()
public ReferralAccountBuilder referralRuleId(String referralRuleId)
public ReferralAccountBuilder referedUserId(String referedUserId)
public ReferralAccountBuilder dateReferred(String dateReferred)
public ReferralAccountBuilder percentageReferral(String percentageReferral)
public ReferralAccount build()
Copyright © 2017. All rights reserved.