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