|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.AuthorizedConnectApp
public class AuthorizedConnectApp
The AuthorizedConnectApps list resource shows all of the Connect Apps that you have authorized for your account. Each Connect App corresponds to a subaccount within your Twilio account, which acts as that Connect App's sandbox. The instance resource shows you the permissions you have granted for a Connect App as well as information about the Connect App itself. For more information see https://www.twilio.com/docs/api/rest/authorized-connect-apps
| Constructor Summary | |
|---|---|
AuthorizedConnectApp(TwilioRestClient client)
Instantiates a new application. |
|
AuthorizedConnectApp(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new application. |
|
AuthorizedConnectApp(TwilioRestClient client,
String sid)
Instantiates a new application. |
|
| Method Summary | |
|---|---|
String |
getAccountSid()
Gets the account sid. |
String |
getCompanyName()
Gets the company name. |
String |
getConnectAppCompanyName()
Gets the company name. |
String |
getConnectAppDescription()
Gets the description. |
String |
getConnectAppFriendlyName()
Get the connect app friendly name. |
String |
getConnectAppHomepageUrl()
Gets the homepage url. |
String |
getConnectAppSid()
Gets the sid. |
String |
getDescription()
Gets the description. |
String |
getFriendlyName()
Gets the friendly name. |
String |
getHomepageUrl()
Gets the homepage url. |
List<String> |
getPermissions()
|
String |
getSid()
Gets the sid. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorizedConnectApp(TwilioRestClient client)
client - the client
public AuthorizedConnectApp(TwilioRestClient client,
String sid)
client - the clientsid - the sid
public AuthorizedConnectApp(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getSid()
public String getConnectAppSid()
public String getAccountSid()
public String getFriendlyName()
public String getDescription()
public String getConnectAppDescription()
public String getConnectAppFriendlyName()
public String getCompanyName()
public String getConnectAppCompanyName()
public String getHomepageUrl()
public String getConnectAppHomepageUrl()
public List<String> getPermissions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||