Package com.twilio.rest.verify.v2
Class FormFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Form>
-
- com.twilio.rest.verify.v2.FormFetcher
-
-
Constructor Summary
Constructors Constructor Description FormFetcher(Form.FormTypes formType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Form
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
FormFetcher
public FormFetcher(Form.FormTypes formType)
-
-