Class UsAppToPersonFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<UsAppToPerson>
-
- com.twilio.rest.messaging.v1.service.UsAppToPersonFetcher
-
public class UsAppToPersonFetcher extends Fetcher<UsAppToPerson>
-
-
Constructor Summary
Constructors Constructor Description UsAppToPersonFetcher(String pathMessagingServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsAppToPerson
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public UsAppToPerson fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<UsAppToPerson>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-