public class Field extends Resource
| Modifier and Type | Method and Description |
|---|---|
static FieldCreator |
creator(String pathServiceSid,
String pathIntentSid,
String fieldType,
String uniqueName)
Create a FieldCreator to execute create.
|
static FieldDeleter |
deleter(String pathServiceSid,
String pathIntentSid,
String pathSid)
Create a FieldDeleter to execute delete.
|
boolean |
equals(Object o) |
static FieldFetcher |
fetcher(String pathServiceSid,
String pathIntentSid,
String pathSid)
Create a FieldFetcher to execute fetch.
|
static Field |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Field object using the provided
ObjectMapper.
|
static Field |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Field object using the provided ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getFieldType()
Returns The The field_type.
|
String |
getIntentSid()
Returns The The intent_sid.
|
String |
getServiceSid()
Returns The The service_sid.
|
String |
getSid()
Returns The The sid.
|
String |
getUniqueName()
Returns The The unique_name.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static FieldReader |
reader(String pathServiceSid,
String pathIntentSid)
Create a FieldReader to execute read.
|
String |
toString() |
public static FieldFetcher fetcher(String pathServiceSid, String pathIntentSid, String pathSid)
pathServiceSid - The service_sidpathIntentSid - The intent_sidpathSid - The sidpublic static FieldReader reader(String pathServiceSid, String pathIntentSid)
pathServiceSid - The service_sidpathIntentSid - The intent_sidpublic static FieldCreator creator(String pathServiceSid, String pathIntentSid, String fieldType, String uniqueName)
pathServiceSid - The service_sidpathIntentSid - The intent_sidfieldType - The field_typeuniqueName - The unique_namepublic static FieldDeleter deleter(String pathServiceSid, String pathIntentSid, String pathSid)
pathServiceSid - The service_sidpathIntentSid - The intent_sidpathSid - The sidpublic static Field fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static Field fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getFieldType()
public final String getIntentSid()
public final String getServiceSid()
public final String getSid()
public final String getUniqueName()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.