Package com.twilio.rest.verify.v2
Class VerificationAttemptFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<VerificationAttempt>
-
- com.twilio.rest.verify.v2.VerificationAttemptFetcher
-
public class VerificationAttemptFetcher extends Fetcher<VerificationAttempt>
-
-
Constructor Summary
Constructors Constructor Description VerificationAttemptFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationAttemptfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
VerificationAttemptFetcher
public VerificationAttemptFetcher(String pathSid)
-
-
Method Detail
-
fetch
public VerificationAttempt fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<VerificationAttempt>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-