Class PluginVersionsFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<PluginVersions>
-
- com.twilio.rest.flexapi.v1.plugin.PluginVersionsFetcher
-
public class PluginVersionsFetcher extends Fetcher<PluginVersions>
-
-
Constructor Summary
Constructors Constructor Description PluginVersionsFetcher(String pathPluginSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginVersionsfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<PluginVersions>fetchWithResponse(TwilioRestClient client)PluginVersionsFetchersetFlexMetadata(String flexMetadata)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Method Detail
-
setFlexMetadata
public PluginVersionsFetcher setFlexMetadata(String flexMetadata)
-
fetch
public PluginVersions fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<PluginVersions>- Parameters:
client- client used to make request- Returns:
- Requested object
-
fetchWithResponse
public TwilioResponse<PluginVersions> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<PluginVersions>
-
-