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