Class RegulationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Regulation>
-
- com.twilio.rest.numbers.v2.regulatorycompliance.RegulationFetcher
-
public class RegulationFetcher extends Fetcher<Regulation>
-
-
Constructor Summary
Constructors Constructor Description RegulationFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Regulationfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
RegulationFetcher
public RegulationFetcher(String pathSid)
-
-
Method Detail
-
fetch
public Regulation fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<Regulation>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-