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