JobsResponseParser Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.jobs.serializers.JobsResponseParser

public class JobsResponseParser

Representation of a single Jobs response collection with a Json deserializer.

Method Summary

Modifier and Type Method and Description
JobsResponseParser 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