Package com.twilio.rest.conversations.v1
Class RoleFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Role>
-
- com.twilio.rest.conversations.v1.RoleFetcher
-
-
Constructor Summary
Constructors Constructor Description RoleFetcher(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
-
-
-
-
Constructor Detail
-
RoleFetcher
public RoleFetcher(String pathSid)
-
-