Package | Description |
---|---|
com.twilio.sdk.resource.api.v2010.account | |
com.twilio.sdk.updater.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
static ConnectAppUpdater |
ConnectApp.update(String accountSid,
String sid)
Create a ConnectAppUpdater to execute update.
|
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..
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.