Constructor and Description |
---|
RoleUpdater(String pathServiceSid,
String pathSid,
List<String> permission)
Construct a new RoleUpdater.
|
Modifier and Type | Method and Description |
---|---|
Role |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public RoleUpdater(String pathServiceSid, String pathSid, List<String> permission)
pathServiceSid
- The SID of the Service to update the resource frompathSid
- The unique string that identifies the resourcepermission
- A permission the role should havepublic Role update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.