public class ConnectApp extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
ConnectApp(TwilioRestClient client)
Instantiates a new application.
|
ConnectApp(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new application.
|
ConnectApp(TwilioRestClient client,
String sid)
Instantiates a new application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
Gets the account sid.
|
String |
getAuthorizeRedirectUrl()
Gets the authorize redirect url.
|
String |
getCompanyName()
Gets the company name.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getDeauthorizeCallbackMethod()
Gets the deauthorize callback method.
|
String |
getDeauthorizeCallbackUrl()
Gets the deauthorize callback url.
|
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.
|
getObject, getProperty, update, updatesetRequestAccountSidpublic ConnectApp(TwilioRestClient client)
client - the clientpublic ConnectApp(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic ConnectApp(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public String getFriendlyName()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getDescription()
public String getCompanyName()
public String getHomepageUrl()
public String getDeauthorizeCallbackUrl()
public String getAuthorizeRedirectUrl()
public String getDeauthorizeCallbackMethod()
Copyright © 2011 Twilio, Inc. All Rights Reserved.