Uses of Class
com.cumulocity.microservice.customencoders.api.model.EncoderInputData
Packages that use EncoderInputData
Package
Description
-
Uses of EncoderInputData in com.cumulocity.microservice.customencoders.api.model
Methods in com.cumulocity.microservice.customencoders.api.model that return EncoderInputData -
Uses of EncoderInputData in com.cumulocity.microservice.customencoders.api.service
Methods in com.cumulocity.microservice.customencoders.api.service with parameters of type EncoderInputDataModifier and TypeMethodDescriptionEncoderService.encode
(EncoderInputData encoderInputData) Encodes the EncoderInput object into EncoderResult object -
Uses of EncoderInputData in com.cumulocity.microservice.lpwan.codec.encoder.model
Subclasses of EncoderInputData in com.cumulocity.microservice.lpwan.codec.encoder.modelModifier and TypeClassDescriptionclass
The LpwanEncoderInputData class represents the format and content of the request coming in for encoding a device command. -
Uses of EncoderInputData in com.cumulocity.microservice.lpwan.codec.rest
Methods in com.cumulocity.microservice.lpwan.codec.rest with parameters of type EncoderInputDataModifier and TypeMethodDescription@NotNull EncoderResult
CodecController.encode
(@NotNull EncoderInputData inputData) This REST API should expose '/encode' endpoint