public class DeploymentCreator extends Creator<Deployment>
| Constructor and Description |
|---|
DeploymentCreator(String pathFleetSid)
Construct a new DeploymentCreator.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
DeploymentCreator |
setFriendlyName(String friendlyName)
Provides a human readable descriptive text for this Deployment, up to 256
characters long..
|
DeploymentCreator |
setSyncServiceSid(String syncServiceSid)
Provides the unique string identifier of the Twilio Sync service instance
that will be linked to and accessible by this Deployment..
|
create, createAsync, createAsyncpublic DeploymentCreator(String pathFleetSid)
pathFleetSid - The fleet_sidpublic DeploymentCreator setFriendlyName(String friendlyName)
friendlyName - A human readable description for this Deployment.public DeploymentCreator setSyncServiceSid(String syncServiceSid)
syncServiceSid - The unique identifier of the Sync service instance.public Deployment create(TwilioRestClient client)
create in class Creator<Deployment>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.