public class SyncMapItemCreator extends Creator<SyncMapItem>
| Constructor and Description |
|---|
SyncMapItemCreator(String pathServiceSid,
String pathMapSid,
String key,
Map<String,Object> data)
Construct a new SyncMapItemCreator.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMapItem |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsyncpublic SyncMapItem create(TwilioRestClient client)
create in class Creator<SyncMapItem>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.