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)
Construct a new RoleFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Role
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Role fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
-
-