public abstract static class OtpRequestParam.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract OtpRequestParam |
build() |
abstract OtpRequestParam.Builder |
otpPurpose(OtpPurpose otpPurpose)
Returns the
OtpRequestParam.Builder for the OtpRequestParam.otpPurpose() component of the
OtpRequestParam object. |
abstract OtpRequestParam.Builder |
recipient(java.lang.String recipient)
Returns the
OtpRequestParam.Builder for the OtpRequestParam.recipient() component of the
OtpRequestParam object. |
abstract OtpRequestParam.Builder |
recipientType(RecipientType recipientType)
Returns the
OtpRequestParam.Builder for the OtpRequestParam.recipientType() component of the
OtpRequestParam object. |
public abstract OtpRequestParam.Builder recipient(java.lang.String recipient)
OtpRequestParam.Builder for the OtpRequestParam.recipient() component of the
OtpRequestParam object.recipient - the recipientOtpRequestParam.Builder for the OtpRequestParam.recipient() component of the
OtpRequestParam object.public abstract OtpRequestParam.Builder recipientType(RecipientType recipientType)
OtpRequestParam.Builder for the OtpRequestParam.recipientType() component of the
OtpRequestParam object.recipientType - the recipient typeOtpRequestParam.Builder for the OtpRequestParam.recipientType() component of the
OtpRequestParam object.public abstract OtpRequestParam.Builder otpPurpose(OtpPurpose otpPurpose)
OtpRequestParam.Builder for the OtpRequestParam.otpPurpose() component of the
OtpRequestParam object.otpPurpose - the otp purposeOtpRequestParam.Builder for the OtpRequestParam.otpPurpose() component of the
OtpRequestParam object.public abstract OtpRequestParam build()