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