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 AppDeleterdeleter(String pathSid)booleanequals(Object o)static AppFetcherfetcher(String pathSid)static AppfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a App object using the provided ObjectMapper.static AppfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a App object using the provided ObjectMapper.StringgetAccountSid()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()StringgetHash()StringgetSid()StringgetUniqueName()URIgetUrl()inthashCode()static AppReaderreader()
-
-
-
Method Detail
-
fetcher
public static AppFetcher fetcher(String pathSid)
-
deleter
public static AppDeleter deleter(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()
-
-