public abstract static class OtpVerifyParam.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract OtpVerifyParam |
build() |
abstract OtpVerifyParam.Builder |
code(java.lang.String code)
Returns the
OtpVerifyParam.Builder for the OtpVerifyParam.code() component of the
OtpVerifyParam object. |
abstract OtpVerifyParam.Builder |
otpPurpose(OtpPurpose otpPurpose)
Returns the
OtpVerifyParam.Builder for the OtpVerifyParam.otpPurpose() component of the
OtpVerifyParam object. |
abstract OtpVerifyParam.Builder |
recipient(java.lang.String recipient)
Returns the
OtpVerifyParam.Builder for the OtpVerifyParam.recipient() component of the
OtpVerifyParam object. |
abstract OtpVerifyParam.Builder |
recipientType(RecipientType recipientType)
Returns the
OtpVerifyParam.Builder for the OtpVerifyParam.recipientType() component of the
OtpVerifyParam object. |
public abstract OtpVerifyParam.Builder code(java.lang.String code)
OtpVerifyParam.Builder for the OtpVerifyParam.code() component of the
OtpVerifyParam object.code - the code to be verifiedOtpVerifyParam.Builder for the OtpVerifyParam.code() component of the
OtpVerifyParam object.public abstract OtpVerifyParam.Builder recipient(java.lang.String recipient)
OtpVerifyParam.Builder for the OtpVerifyParam.recipient() component of the
OtpVerifyParam object.recipient - the recipientOtpVerifyParam.Builder for the OtpVerifyParam.recipient() component of the
OtpVerifyParam object.public abstract OtpVerifyParam.Builder recipientType(RecipientType recipientType)
OtpVerifyParam.Builder for the OtpVerifyParam.recipientType() component of the
OtpVerifyParam object.recipientType - the recipient typeOtpVerifyParam.Builder for the OtpVerifyParam.recipientType() component of the
OtpVerifyParam object.public abstract OtpVerifyParam.Builder otpPurpose(OtpPurpose otpPurpose)
OtpVerifyParam.Builder for the OtpVerifyParam.otpPurpose() component of the
OtpVerifyParam object.otpPurpose - the otp purposeOtpVerifyParam.Builder for the OtpVerifyParam.otpPurpose() component of the
OtpVerifyParam object.public abstract OtpVerifyParam build()