public class FunctionVersionContentFetcher extends Fetcher<FunctionVersionContent>
Constructor and Description |
---|
FunctionVersionContentFetcher(String pathServiceSid,
String pathFunctionSid,
String pathSid)
Construct a new FunctionVersionContentFetcher.
|
Modifier and Type | Method and Description |
---|---|
FunctionVersionContent |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public FunctionVersionContentFetcher(String pathServiceSid, String pathFunctionSid, String pathSid)
pathServiceSid
- The SID of the Service to fetch the Function Version
content frompathFunctionSid
- The SID of the Function that is the parent of the
Function Version content to fetchpathSid
- The SID that identifies the Function Version content to fetchpublic FunctionVersionContent fetch(TwilioRestClient client)
fetch
in class Fetcher<FunctionVersionContent>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.