public class UserBindingFetcher extends Fetcher<UserBinding>
| Constructor and Description |
|---|
UserBindingFetcher(String pathServiceSid,
String pathUserSid,
String pathSid)
Construct a new UserBindingFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
UserBinding |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic UserBinding fetch(TwilioRestClient client)
fetch in class Fetcher<UserBinding>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.