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