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