Package com.twilio.rest.flexapi.v1
Class FlexFlow
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.flexapi.v1.FlexFlow
-
- All Implemented Interfaces:
Serializable
public class FlexFlow extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlexFlow.ChannelType
static class
FlexFlow.IntegrationType
-
Method Summary
-
-
-
Method Detail
-
creator
public static FlexFlowCreator creator(String friendlyName, String chatServiceSid, FlexFlow.ChannelType channelType)
-
fetcher
public static FlexFlowFetcher fetcher(String pathSid)
-
deleter
public static FlexFlowDeleter deleter(String pathSid)
-
reader
public static FlexFlowReader reader()
-
updater
public static FlexFlowUpdater updater(String pathSid)
-
fromJson
public static FlexFlow fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FlexFlow object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- FlexFlow object represented by the provided JSON
-
fromJson
public static FlexFlow fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FlexFlow object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- FlexFlow object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getSid
public final String getSid()
-
getFriendlyName
public final String getFriendlyName()
-
getChatServiceSid
public final String getChatServiceSid()
-
getChannelType
public final FlexFlow.ChannelType getChannelType()
-
getContactIdentity
public final String getContactIdentity()
-
getEnabled
public final Boolean getEnabled()
-
getIntegrationType
public final FlexFlow.IntegrationType getIntegrationType()
-
getLongLived
public final Boolean getLongLived()
-
getJanitorEnabled
public final Boolean getJanitorEnabled()
-
getUrl
public final URI getUrl()
-
-