public class ConversationFetcher extends Fetcher<Conversation>
Constructor and Description |
---|
ConversationFetcher(String pathSid)
Construct a new ConversationFetcher.
|
Modifier and Type | Method and Description |
---|---|
Conversation |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public ConversationFetcher(String pathSid)
pathSid
- A 34 character string that uniquely identifies this resource.public Conversation fetch(TwilioRestClient client)
fetch
in class Fetcher<Conversation>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.