Package com.twilio.rest.microvisor.v1
Class App
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.microvisor.v1.App
-
- All Implemented Interfaces:
Serializable
public class App extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppDeleter
deleter(String pathSid)
boolean
equals(Object o)
static AppFetcher
fetcher(String pathSid)
static App
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a App object using the provided ObjectMapper.static App
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a App object using the provided ObjectMapper.String
getAccountSid()
ZonedDateTime
getDateCreated()
ZonedDateTime
getDateUpdated()
String
getHash()
Map<String,String>
getLinks()
String
getSid()
String
getUniqueName()
URI
getUrl()
int
hashCode()
static AppReader
reader()
-
-
-
Method Detail
-
deleter
public static AppDeleter deleter(String pathSid)
-
fetcher
public static AppFetcher fetcher(String pathSid)
-
reader
public static AppReader reader()
-
fromJson
public static App fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a App object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- App object represented by the provided JSON
-
fromJson
public static App fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a App object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- App object represented by the provided JSON
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getHash
public final String getHash()
-
getUniqueName
public final String getUniqueName()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getUrl
public final URI getUrl()
-
-