### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.sdk.iot.service.jobs.serializers.JobsResponseParser.createFromJson(String json) name: createFromJson(String json) nameWithType: JobsResponseParser.createFromJson(String json) parameters: - description:

is the string with the json to parse

name: json type: exceptions: - type: description: >-

if the json isnullĀ  or empty, or if any date is invalid

- type: description:

if the json is not valid

returns: description:

an instance of the JobsResponseParser

type: summary: >-

Static constructor to create a instance based on the provided json

syntax: public static JobsResponseParser createFromJson(String json) uid: com.microsoft.azure.sdk.iot.service.jobs.serializers.JobsResponseParser.createFromJson(String) nameWithType: JobsResponseParser syntax: public class JobsResponseParser type: class uid: com.microsoft.azure.sdk.iot.service.jobs.serializers.JobsResponseParser fullName: com.microsoft.azure.sdk.iot.service.jobs.serializers.JobsResponseParser name: JobsResponseParser package: com.microsoft.azure.sdk.iot.service.jobs.serializers summary:

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

metadata: {}