| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
ConnectAppUpdater |
ConnectAppUpdater.setAuthorizeRedirectUrl(String authorizeRedirectUrl)
The URL the user's browser will redirect to after Twilio authenticates the
user and obtains authorization for this Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setAuthorizeRedirectUrl(URI authorizeRedirectUrl)
The URL the user's browser will redirect to after Twilio authenticates the
user and obtains authorization for this Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setCompanyName(String companyName)
The company name set for this Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setDeauthorizeCallbackMethod(HttpMethod deauthorizeCallbackMethod)
The HTTP method to be used when making a request to the
`DeauthorizeCallbackUrl`..
|
ConnectAppUpdater |
ConnectAppUpdater.setDeauthorizeCallbackUrl(String deauthorizeCallbackUrl)
The URL to which Twilio will send a request when a user de-authorizes this
Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setDeauthorizeCallbackUrl(URI deauthorizeCallbackUrl)
The URL to which Twilio will send a request when a user de-authorizes this
Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setDescription(String description)
A more detailed human readable description of the Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setFriendlyName(String friendlyName)
A human readable name for the Connect App..
|
ConnectAppUpdater |
ConnectAppUpdater.setHomepageUrl(String homepageUrl)
The public URL where users can obtain more information about this Connect
App..
|
ConnectAppUpdater |
ConnectAppUpdater.setHomepageUrl(URI homepageUrl)
The public URL where users can obtain more information about this Connect
App..
|
ConnectAppUpdater |
ConnectAppUpdater.setPermissions(ConnectApp.Permission permissions)
The set of permissions that your ConnectApp requests..
|
ConnectAppUpdater |
ConnectAppUpdater.setPermissions(List<ConnectApp.Permission> permissions)
The set of permissions that your ConnectApp requests..
|
static ConnectAppUpdater |
ConnectApp.updater(String pathSid)
Create a ConnectAppUpdater to execute update.
|
static ConnectAppUpdater |
ConnectApp.updater(String pathAccountSid,
String pathSid)
Create a ConnectAppUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.