Package com.twilio.rest.chat.v2.service
Class RoleFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Role>
-
- com.twilio.rest.chat.v2.service.RoleFetcher
-
-
Constructor Summary
Constructors Constructor Description RoleFetcher(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Role
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-