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 Deactivationsfetch(TwilioRestClient client)Execute a request using specified client.DeactivationsFetchersetDate(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:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<Deactivations>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-