| Package | Description |
|---|---|
| com.twilio.rest.preview.deployedDevices.fleet |
| Modifier and Type | Method and Description |
|---|---|
static DeviceCreator |
Device.creator(String pathFleetSid)
Create a DeviceCreator to execute create.
|
DeviceCreator |
DeviceCreator.setDeploymentSid(String deploymentSid)
Specifies the unique string identifier of the Deployment group that this
Device is going to be associated with..
|
DeviceCreator |
DeviceCreator.setEnabled(Boolean enabled)
The enabled.
|
DeviceCreator |
DeviceCreator.setFriendlyName(String friendlyName)
Provides a human readable descriptive text to be assigned to this Device, up
to 256 characters long..
|
DeviceCreator |
DeviceCreator.setIdentity(String identity)
Provides an arbitrary string identifier representing a human user to be
associated with this Device, up to 256 characters long..
|
DeviceCreator |
DeviceCreator.setUniqueName(String uniqueName)
Provides a unique and addressable name to be assigned to this Device, to be
used in addition to SID, up to 128 characters long..
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.