Uses of Class
org.osgi.service.onem2m.dto.ResponsePrimitiveDTO.ContentStatus
-
Packages that use ResponsePrimitiveDTO.ContentStatus Package Description org.osgi.service.onem2m.dto Service Layer Data Transfer Objects for oneM2M Specification Package Version 1.0. -
-
Uses of ResponsePrimitiveDTO.ContentStatus in org.osgi.service.onem2m.dto
Fields in org.osgi.service.onem2m.dto declared as ResponsePrimitiveDTO.ContentStatus Modifier and Type Field Description ResponsePrimitiveDTO.ContentStatus
ResponsePrimitiveDTO. contentStatus
Content StatusMethods in org.osgi.service.onem2m.dto that return ResponsePrimitiveDTO.ContentStatus Modifier and Type Method Description static ResponsePrimitiveDTO.ContentStatus
ResponsePrimitiveDTO.ContentStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResponsePrimitiveDTO.ContentStatus[]
ResponsePrimitiveDTO.ContentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-