Class Application
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.api.v2010.account.Application
-
- All Implemented Interfaces:
Serializable
public class Application extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
-
-
-
Method Detail
-
creator
public static ApplicationCreator creator()
-
creator
public static ApplicationCreator creator(String pathAccountSid)
-
fetcher
public static ApplicationFetcher fetcher(String pathSid)
-
fetcher
public static ApplicationFetcher fetcher(String pathAccountSid, String pathSid)
-
deleter
public static ApplicationDeleter deleter(String pathSid)
-
deleter
public static ApplicationDeleter deleter(String pathAccountSid, String pathSid)
-
reader
public static ApplicationReader reader()
-
reader
public static ApplicationReader reader(String pathAccountSid)
-
updater
public static ApplicationUpdater updater(String pathSid)
-
updater
public static ApplicationUpdater updater(String pathAccountSid, String pathSid)
-
fromJson
public static Application fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Application object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- Application object represented by the provided JSON
-
fromJson
public static Application fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Application object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- Application object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getApiVersion
public final String getApiVersion()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getFriendlyName
public final String getFriendlyName()
-
getMessageStatusCallback
public final URI getMessageStatusCallback()
-
getSid
public final String getSid()
-
getSmsFallbackMethod
public final HttpMethod getSmsFallbackMethod()
-
getSmsFallbackUrl
public final URI getSmsFallbackUrl()
-
getSmsMethod
public final HttpMethod getSmsMethod()
-
getSmsStatusCallback
public final URI getSmsStatusCallback()
-
getSmsUrl
public final URI getSmsUrl()
-
getStatusCallback
public final URI getStatusCallback()
-
getStatusCallbackMethod
public final HttpMethod getStatusCallbackMethod()
-
getUri
public final String getUri()
-
getVoiceCallerIdLookup
public final Boolean getVoiceCallerIdLookup()
-
getVoiceFallbackMethod
public final HttpMethod getVoiceFallbackMethod()
-
getVoiceFallbackUrl
public final URI getVoiceFallbackUrl()
-
getVoiceMethod
public final HttpMethod getVoiceMethod()
-
getVoiceUrl
public final URI getVoiceUrl()
-
-