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