IDevice Interface
Implements
public interface IDevice extends IPartnerComponent<TripletTuple<String,String,String>>, IEntityDeleteOperations<Device>, IEntityPatchOperations<Device>
Represents the operations that can be done on the partner's device.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
delete()
Deletes the device. |
| abstract Device |
patch(Device updateDevice)
Updates a device associated to the customer with a configuration policy. |
Method Details
delete
public abstract void delete()
Deletes the device.
patch
public abstract Device patch(Device updateDevice)
Updates a device associated to the customer with a configuration policy.
Parameters:
Returns: