IDevice Interface

Implements

IPartnerComponent<TripletTuple<java.lang.String,java.lang.String,java.lang.String>> IEntityDeleteOperations<Device> IEntityPatchOperations<Device>

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:

updateDevice - The device to be updated.

Returns:

The device that was updated.

Applies to