Package com.twilio.rest.verify.v2
Class VerificationAttemptsSummaryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<VerificationAttemptsSummary>
-
- com.twilio.rest.verify.v2.VerificationAttemptsSummaryFetcher
-
public class VerificationAttemptsSummaryFetcher extends Fetcher<VerificationAttemptsSummary>
-
-
Constructor Summary
Constructors Constructor Description VerificationAttemptsSummaryFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationAttemptsSummary
fetch(TwilioRestClient client)
Execute a request using specified client.VerificationAttemptsSummaryFetcher
setChannel(VerificationAttemptsSummary.Channels channel)
VerificationAttemptsSummaryFetcher
setCountry(String country)
VerificationAttemptsSummaryFetcher
setDateCreatedAfter(ZonedDateTime dateCreatedAfter)
VerificationAttemptsSummaryFetcher
setDateCreatedBefore(ZonedDateTime dateCreatedBefore)
VerificationAttemptsSummaryFetcher
setDestinationPrefix(String destinationPrefix)
VerificationAttemptsSummaryFetcher
setVerifyServiceSid(String verifyServiceSid)
-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
setVerifyServiceSid
public VerificationAttemptsSummaryFetcher setVerifyServiceSid(String verifyServiceSid)
-
setDateCreatedAfter
public VerificationAttemptsSummaryFetcher setDateCreatedAfter(ZonedDateTime dateCreatedAfter)
-
setDateCreatedBefore
public VerificationAttemptsSummaryFetcher setDateCreatedBefore(ZonedDateTime dateCreatedBefore)
-
setCountry
public VerificationAttemptsSummaryFetcher setCountry(String country)
-
setChannel
public VerificationAttemptsSummaryFetcher setChannel(VerificationAttemptsSummary.Channels channel)
-
setDestinationPrefix
public VerificationAttemptsSummaryFetcher setDestinationPrefix(String destinationPrefix)
-
fetch
public VerificationAttemptsSummary fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<VerificationAttemptsSummary>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-