Package com.twilio.rest.events.v1
Class SchemaFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Schema>
-
- com.twilio.rest.events.v1.SchemaFetcher
-
-
Constructor Summary
Constructors Constructor Description SchemaFetcher(String pathId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schema
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
SchemaFetcher
public SchemaFetcher(String pathId)
-
-