public class SyncMapItem extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncMapItem.QueryFromBoundType |
static class |
SyncMapItem.QueryResultOrder |
| Modifier and Type | Method and Description |
|---|---|
static SyncMapItemCreator |
creator(String pathServiceSid,
String pathMapSid,
String key,
Map<String,Object> data)
Create a SyncMapItemCreator to execute create.
|
static SyncMapItemDeleter |
deleter(String pathServiceSid,
String pathMapSid,
String pathKey)
Create a SyncMapItemDeleter to execute delete.
|
boolean |
equals(Object o) |
static SyncMapItemFetcher |
fetcher(String pathServiceSid,
String pathMapSid,
String pathKey)
Create a SyncMapItemFetcher to execute fetch.
|
static SyncMapItem |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SyncMapItem object using the provided
ObjectMapper.
|
static SyncMapItem |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SyncMapItem object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
String |
getCreatedBy()
Returns The The created_by.
|
Map<String,Object> |
getData()
Returns The The data.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateExpires()
Returns The The date_expires.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getKey()
Returns The The key.
|
String |
getMapSid()
Returns The The map_sid.
|
String |
getRevision()
Returns The The revision.
|
String |
getServiceSid()
Returns The The service_sid.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static SyncMapItemReader |
reader(String pathServiceSid,
String pathMapSid)
Create a SyncMapItemReader to execute read.
|
String |
toString() |
static SyncMapItemUpdater |
updater(String pathServiceSid,
String pathMapSid,
String pathKey)
Create a SyncMapItemUpdater to execute update.
|
public static SyncMapItemFetcher fetcher(String pathServiceSid, String pathMapSid, String pathKey)
pathServiceSid - The service_sidpathMapSid - The map_sidpathKey - The keypublic static SyncMapItemDeleter deleter(String pathServiceSid, String pathMapSid, String pathKey)
pathServiceSid - The service_sidpathMapSid - The map_sidpathKey - The keypublic static SyncMapItemCreator creator(String pathServiceSid, String pathMapSid, String key, Map<String,Object> data)
pathServiceSid - The service_sidpathMapSid - The map_sidkey - The keydata - The datapublic static SyncMapItemReader reader(String pathServiceSid, String pathMapSid)
pathServiceSid - The service_sidpathMapSid - The map_sidpublic static SyncMapItemUpdater updater(String pathServiceSid, String pathMapSid, String pathKey)
pathServiceSid - The service_sidpathMapSid - The map_sidpathKey - The keypublic static SyncMapItem fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static SyncMapItem fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getKey()
public final String getAccountSid()
public final String getServiceSid()
public final String getMapSid()
public final URI getUrl()
public final String getRevision()
public final org.joda.time.DateTime getDateExpires()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getCreatedBy()
Copyright © 2016 Twilio, Inc. All Rights Reserved.