public class VerifyCallerId extends VoiceCreator<VerifyCallerIdResponse>
plivoClient| Constructor and Description |
|---|
VerifyCallerId(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOtp() |
protected retrofit2.Call<VerifyCallerIdResponse> |
obtainCall() |
protected retrofit2.Call<VerifyCallerIdResponse> |
obtainFallback1Call() |
protected retrofit2.Call<VerifyCallerIdResponse> |
obtainFallback2Call() |
VerifyCallerId |
otp(java.lang.String otp) |
client, createclient, handleResponse, validatepublic VerifyCallerId(java.lang.String id)
public java.lang.String getOtp()
public VerifyCallerId otp(java.lang.String otp)
protected retrofit2.Call<VerifyCallerIdResponse> obtainCall()
obtainCall in class VoiceCreator<VerifyCallerIdResponse>protected retrofit2.Call<VerifyCallerIdResponse> obtainFallback1Call()
obtainFallback1Call in class VoiceCreator<VerifyCallerIdResponse>protected retrofit2.Call<VerifyCallerIdResponse> obtainFallback2Call()
obtainFallback2Call in class VoiceCreator<VerifyCallerIdResponse>