See: Description
| Class | Description | 
|---|---|
| AttributeDTO | 
 DTO expresses Attribute. 
 | 
| ChildResourceRefDTO | 
 DTO expresses ChildResourceRef. 
 | 
| Constants | 
 This class defines constants for resource types. 
 | 
| DasInfoDTO | 
 DTO expresses DasInfo. 
 | 
| FilterCriteriaDTO | 
 DTO expresses FilterCriteria. 
 | 
| GenericDTO | 
 GenericDTO expresses miscellaneous data structures of oneM2M. 
 | 
| IPEDiscoveryRequestDTO | 
 IPEDiscoveryRequestDTO is an element of NotificationEventDTO 
 | 
| LocalTokenIdAssignmentDTO | 
 DTO expresses LocalTokenIdAssignment. 
 | 
| NotificationDTO | 
 DTO expresses Notification. 
 | 
| NotificationEventDTO | 
 DTO expresses NotificationEventDTO 
 | 
| PrimitiveContentDTO | 
 DTO expresses Primitive Content. 
 | 
| RequestPrimitiveDTO | 
 DTO expresses Request Primitive. 
 | 
| ResourceDTO | 
 DTO expresses Resource. 
 | 
| ResourceWrapperDTO | 
 DTO expresses ResourceWrapper. 
 | 
| ResponsePrimitiveDTO | 
 DTO expresses Response Primitive. 
 | 
| ResponseTypeInfoDTO | 
 DTO expresses ResponseTypeInfo 
 | 
| SecurityInfoDTO | 
 DTO expresses Security Info. 
 | 
| Enum | Description | 
|---|---|
| FilterCriteriaDTO.FilterOperation | 
 Enum FilterOperation 
 | 
| FilterCriteriaDTO.FilterUsage | 
 Enum FilterUsage 
 | 
| NotificationEventDTO.NotificationEventType | 
 NotificationEventType 
 | 
| ReleaseVersion | 
 enum expresses oneM2M specification version. 
 | 
| RequestPrimitiveDTO.DesiredIdentifierResultType | 
 Enum for DesiredIdentifierResultType 
 | 
| RequestPrimitiveDTO.Operation | 
 enum type for Operation 
 | 
| RequestPrimitiveDTO.ResultContent | 
 enum type for Result Content 
 | 
| ResponsePrimitiveDTO.ContentStatus | 
 Enum ContentStatus 
 | 
| ResponseTypeInfoDTO.ResponseType | 
 enum ResponseType 
 | 
| SecurityInfoDTO.SecurityInfoType | 
 Enum SecurityInfoType 
 | 
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.
Example import for consumers using the API in this package:
 Import-Package: org.osgi.service.onem2m.dto; version="[1.0,2.0)"
 
Example import for providers implementing the API in this package:
 Import-Package: org.osgi.service.onem2m.dto; version="[1.0,1.1)"
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0