JobsResponseParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. jobs. serializers. JobsResponseParser
- com.
public class JobsResponseParser
Representation of a single Jobs response collection with a Json deserializer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Jobs |
createFromJson(String json)
Static constructor to create a instance based on the provided json |
Method Details
createFromJson
public static JobsResponseParser createFromJson(String json)
Static constructor to create a instance based on the provided json
Parameters:
json
- is the string with the json to parse
Returns:
an instance of the JobsResponseParser
Throws:
IllegalArgumentException
-
if the json isnull
</code> or empty, or if any date is invalid </p>
JsonParseException
- if the json is not valid
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