Class DeviceConfigCreator
- java.lang.Object
-
- com.twilio.base.Creator<DeviceConfig>
-
- com.twilio.rest.microvisor.v1.device.DeviceConfigCreator
-
public class DeviceConfigCreator extends Creator<DeviceConfig>
-
-
Constructor Summary
Constructors Constructor Description DeviceConfigCreator(String pathDeviceSid, String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceConfig
create(TwilioRestClient client)
Execute a request using specified client.DeviceConfigCreator
setKey(String key)
DeviceConfigCreator
setValue(String value)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setKey
public DeviceConfigCreator setKey(String key)
-
setValue
public DeviceConfigCreator setValue(String value)
-
create
public DeviceConfig create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<DeviceConfig>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-