public class FieldValue extends Resource
| Modifier and Type | Method and Description |
|---|---|
static FieldValueCreator |
creator(String pathServiceSid,
String pathFieldTypeSid,
String language,
String value)
Create a FieldValueCreator to execute create.
|
static FieldValueDeleter |
deleter(String pathServiceSid,
String pathFieldTypeSid,
String pathSid)
Create a FieldValueDeleter to execute delete.
|
boolean |
equals(Object o) |
static FieldValueFetcher |
fetcher(String pathServiceSid,
String pathFieldTypeSid,
String pathSid)
Create a FieldValueFetcher to execute fetch.
|
static FieldValue |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FieldValue object using the provided
ObjectMapper.
|
static FieldValue |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FieldValue 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 |
getFieldTypeSid()
Returns The The field_type_sid.
|
String |
getLanguage()
Returns The The language.
|
String |
getServiceSid()
Returns The The service_sid.
|
String |
getSid()
Returns The The sid.
|
URI |
getUrl()
Returns The The url.
|
String |
getValue()
Returns The The value.
|
int |
hashCode() |
static FieldValueReader |
reader(String pathServiceSid,
String pathFieldTypeSid)
Create a FieldValueReader to execute read.
|
String |
toString() |
public static FieldValueFetcher fetcher(String pathServiceSid, String pathFieldTypeSid, String pathSid)
pathServiceSid - The service_sidpathFieldTypeSid - The field_type_sidpathSid - The sidpublic static FieldValueReader reader(String pathServiceSid, String pathFieldTypeSid)
pathServiceSid - The service_sidpathFieldTypeSid - The field_type_sidpublic static FieldValueCreator creator(String pathServiceSid, String pathFieldTypeSid, String language, String value)
pathServiceSid - The service_sidpathFieldTypeSid - The field_type_sidlanguage - The languagevalue - The valuepublic static FieldValueDeleter deleter(String pathServiceSid, String pathFieldTypeSid, String pathSid)
pathServiceSid - The service_sidpathFieldTypeSid - The field_type_sidpathSid - The sidpublic static FieldValue fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static FieldValue 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 getFieldTypeSid()
public final String getLanguage()
public final String getServiceSid()
public final String getSid()
public final String getValue()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.