Class StartVerificationResponseSMS
- java.lang.Object
-
- com.sinch.sdk.domains.verification.models.response.StartVerificationResponse
-
- com.sinch.sdk.domains.verification.models.response.StartVerificationResponseSMS
-
public class StartVerificationResponseSMS extends StartVerificationResponse
Dedicated response type for a SMS call verification started withVerificationsService.startSms(StartVerificationSMSRequestParameters)
initiated wit methodSMS
- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StartVerificationResponseSMS.Builder
Dedicated Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartVerificationResponseSMS.Builder
builder()
Getting BuilderInteger
getInterceptionTimeOut()
The amount of time in seconds that the client should wait for the SMS.String
getTemplate()
The expected template for the SMS responseString
toString()
-
Methods inherited from class com.sinch.sdk.domains.verification.models.response.StartVerificationResponse
getId, getLinks
-
-
-
-
Method Detail
-
getTemplate
public String getTemplate()
The expected template for the SMS response- Returns:
- Template value
- Since:
- 1.0
-
getInterceptionTimeOut
public Integer getInterceptionTimeOut()
The amount of time in seconds that the client should wait for the SMS.- Returns:
- Timeout value
- Since:
- 1.0
-
toString
public String toString()
- Overrides:
toString
in classStartVerificationResponse
-
builder
public static StartVerificationResponseSMS.Builder builder()
Getting Builder- Returns:
- New Builder instance
- Since:
- 1.0
-
-