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