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