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