Package com.twilio.rest.events.v1.schema
Class SchemaVersionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SchemaVersion>
-
- com.twilio.rest.events.v1.schema.SchemaVersionFetcher
-
public class SchemaVersionFetcher extends Fetcher<SchemaVersion>
-
-
Constructor Summary
Constructors Constructor Description SchemaVersionFetcher(String pathId, Integer pathSchemaVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaVersionfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public SchemaVersion fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<SchemaVersion>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-