Package com.twilio.rest.conversations.v1
Class ConversationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Conversation>
-
- com.twilio.rest.conversations.v1.ConversationFetcher
-
public class ConversationFetcher extends Fetcher<Conversation>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description ConversationFetcher(String pathSid)
Construct a new ConversationFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
ConversationFetcher
public ConversationFetcher(String pathSid)
Construct a new ConversationFetcher.- Parameters:
pathSid
- A 34 character string that uniquely identifies this resource.
-
-
Method Detail
-
fetch
public Conversation fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<Conversation>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched Conversation
-
-