Class DeliveryReceiptFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<DeliveryReceipt>
-
- com.twilio.rest.conversations.v1.service.conversation.message.DeliveryReceiptFetcher
-
public class DeliveryReceiptFetcher extends Fetcher<DeliveryReceipt>
-
-
Constructor Summary
Constructors Constructor Description DeliveryReceiptFetcher(String pathChatServiceSid, String pathConversationSid, String pathMessageSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryReceiptfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public DeliveryReceipt fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<DeliveryReceipt>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-