|
|||||||||
| 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 http://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. |
Date |
getDateCreated()
Gets the date created. |
Date |
getDateUpdated()
Gets the date updated. |
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 |
|---|
getProperty, 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 getFriendlyName()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getDescription()
public String getCompanyName()
public String getHomepageUrl()
public List<String> getPermissions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||