Constructor and Description |
---|
MemberFetcher(String pathServiceSid,
String pathChannelSid,
String pathSid)
Construct a new MemberFetcher.
|
Modifier and Type | Method and Description |
---|---|
Member |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public MemberFetcher(String pathServiceSid, String pathChannelSid, String pathSid)
pathServiceSid
- The SID of the Service to fetch the resource frompathChannelSid
- The unique ID of the channel the member belongs topathSid
- The unique string that identifies the resourcepublic Member fetch(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.