public class DeviceCollectionProviderV2 extends DeviceCollectionProviderV1
memoryBackend| Constructor and Description |
|---|
DeviceCollectionProviderV2(MemoryBackend memoryBackend)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Promise<ActionResponse,ResourceException> |
rollOutDevice(Context context,
String id,
ActionRequest request)
Performs a roll out device action operation on the resource.
|
create, delete, markStolen, patch, query, read, updatepublic DeviceCollectionProviderV2(MemoryBackend memoryBackend)
memoryBackend - The base resource providerpublic Promise<ActionResponse,ResourceException> rollOutDevice(Context context, String id, ActionRequest request)
context - The request server context.id - The action id.request - The action request.Promise containing the result of the operation.RequestHandler.handleAction(Context, ActionRequest)Copyright © 2025 Open Identity Platform Community. All rights reserved.