FeedbackBatchMessage Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. messaging. FeedbackBatchMessage
- com.
public class FeedbackBatchMessage
Provide static function to parse Json string to FeedbackBatch object.
Method Summary
Modifier and Type | Method and Description |
---|---|
Feedback |
parse(String jsonString)
Parse received Json and create FeedbackBatch object |
Method Details
parse
public static FeedbackBatch parse(String jsonString)
Parse received Json and create FeedbackBatch object
Parameters:
jsonString
- Json string to parse
Returns:
The created FeedbackBatch
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java