Class KeyCreator
- java.lang.Object
-
- com.twilio.base.Creator<Key>
-
- com.twilio.rest.preview.deployedDevices.fleet.KeyCreator
-
-
Constructor Summary
Constructors Constructor Description KeyCreator(String pathFleetSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Keycreate(TwilioRestClient client)Execute a request using specified client.KeyCreatorsetDeviceSid(String deviceSid)KeyCreatorsetFriendlyName(String friendlyName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
KeyCreator
public KeyCreator(String pathFleetSid)
-
-
Method Detail
-
setFriendlyName
public KeyCreator setFriendlyName(String friendlyName)
-
setDeviceSid
public KeyCreator setDeviceSid(String deviceSid)
-
-