Uses of Class
org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
-
Packages that use ResponsePrimitiveDTO Package Description org.osgi.service.onem2m Service Layer API for oneM2M Specification Package Version 1.0.org.osgi.service.onem2m.dto Service Layer Data Transfer Objects for oneM2M Specification Package Version 1.0. -
-
Uses of ResponsePrimitiveDTO in org.osgi.service.onem2m
Methods in org.osgi.service.onem2m that return types with arguments of type ResponsePrimitiveDTO Modifier and Type Method Description Promise<ResponsePrimitiveDTO>
ServiceLayer. request(RequestPrimitiveDTO request)
send a request and receive response. -
Uses of ResponsePrimitiveDTO in org.osgi.service.onem2m.dto
Fields in org.osgi.service.onem2m.dto declared as ResponsePrimitiveDTO Modifier and Type Field Description ResponsePrimitiveDTO
PrimitiveContentDTO. responsePrimitive
Response PrimitiveFields in org.osgi.service.onem2m.dto with type parameters of type ResponsePrimitiveDTO Modifier and Type Field Description java.util.List<ResponsePrimitiveDTO>
PrimitiveContentDTO. aggregatedResponse
Aggregated Response
-